aboutsummaryrefslogtreecommitdiff
path: root/assets/scss
diff options
context:
space:
mode:
authorhellekin <how@cepheide.org>2024-10-23 19:02:01 +0200
committerhellekin <how@cepheide.org>2024-10-23 19:02:01 +0200
commit0248d718a5e93394722fba6efa14fbb8eb317edc (patch)
treecd847dfa51c845537578be06d3d1eef579ba95bd /assets/scss
parent1efae2e96eb77578e992b67b8644433738ed92c4 (diff)
downloadlesoiseaux.io-0248d718a5e93394722fba6efa14fbb8eb317edc.tar.gz
[CSS] Colorize header bar (8/2)
Diffstat (limited to 'assets/scss')
-rw-r--r--assets/scss/_header-nav.scss25
1 files changed, 4 insertions, 21 deletions
diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss
index cf2f14c..496ce56 100644
--- a/assets/scss/_header-nav.scss
+++ b/assets/scss/_header-nav.scss
@@ -28,29 +28,12 @@ article > header > nav {
}
}
-body.txt article > header > nav a {
- background-color: $bg-txt-on;
+body.txt article > header > nav ul li a {
+ background-color: $bg-txt-off;
+ color: white;
&:hover, &:active {
background-color: $bg-txt-on;
+ color: black;
}
}
-
-body.txt article > header > nav a {
- text-decoration: none;
- &:link {
- color: $fg-header;
- }
- &:hover {
- background-color: $bg-txt-on;
- color: $a-hover;
- text-decoration: underline;
- }
- &:active {
- color: $a-active;
- }
- &:visited {
- color: $a-hover;
- }
-}
-