From 0a1fd48a952e9db9f09443464300e324ada8d907 Mon Sep 17 00:00:00 2001 From: Frank419 Date: Wed, 28 Aug 2024 10:41:51 +0800 Subject: [PATCH] Addressed several styling issues, including wrong color being used as well as wrong attribute values. --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index d8b5299..82e54e4 100644 --- a/style.css +++ b/style.css @@ -133,7 +133,7 @@ input { color: var(--minimalistflex-default); background-color: var(--minimalistflex-level1); border: solid 1px var(--minimalistflex-default); - border-radius: none; + border-radius: 0; } input[type=submit]:focus, @@ -427,7 +427,7 @@ a[target=_blank]::before { width: 8px; height: 2px; transform-origin: 100%; - background-color: var(--minimalistflex-default); + background-color: var(--minimalistflex-header-text); } .minimalistflex-menu .menu-item-has-children::before { @@ -1505,7 +1505,7 @@ a img.alignwide { left: 0; width: 100%; height: 100vh; - background-color: var(--minimalistflex-level2); + background-color: var(--minimalistflex-header-menu); } .active .minimalistflex-menu {