diff options
author | hellekin <how@cepheide.org> | 2024-10-23 18:59:06 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 18:59:06 +0200 |
commit | 1efae2e96eb77578e992b67b8644433738ed92c4 (patch) | |
tree | f2bee7ba886045f4495d9e4fcd37b4776149539f /assets/scss/_header-nav.scss | |
parent | 57552a69856b326bb781612fa24331407cc7ef9e (diff) | |
download | lesoiseaux.io-1efae2e96eb77578e992b67b8644433738ed92c4.tar.gz |
[CSS] Colorize header bar (7/2)
Diffstat (limited to 'assets/scss/_header-nav.scss')
-rw-r--r-- | assets/scss/_header-nav.scss | 6 |
1 files changed, 2 insertions, 4 deletions
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; } } |