From 1efae2e96eb77578e992b67b8644433738ed92c4 Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 23 Oct 2024 18:59:06 +0200 Subject: [CSS] Colorize header bar (7/2) --- assets/scss/_header-nav.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'assets/scss') diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss index 83dd2b8..cf2f14c 100644 --- a/assets/scss/_header-nav.scss +++ b/assets/scss/_header-nav.scss @@ -29,7 +29,7 @@ article > header > nav { } body.txt article > header > nav a { - background-color: $bg-txt-off; + background-color: $bg-txt-on; &:hover, &:active { background-color: $bg-txt-on; @@ -38,8 +38,6 @@ body.txt article > header > nav a { body.txt article > header > nav a { text-decoration: none; - background-color: $bg-header; - &:link { color: $fg-header; } @@ -52,7 +50,7 @@ body.txt article > header > nav a { color: $a-active; } &:visited { - color: $fg-header; + color: $a-hover; } } -- cgit v1.2.3