diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:02:50 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:02:50 +0200 |
commit | 188e6ec910613b211045f41a747e3120e9dd823b (patch) | |
tree | 5d212b7c8b68fecd8bb4bd73bdeccd5043a1cf91 /assets/scss/_header-nav.scss | |
parent | 0248d718a5e93394722fba6efa14fbb8eb317edc (diff) | |
download | lesoiseaux.io-188e6ec910613b211045f41a747e3120e9dd823b.tar.gz |
[CSS] Colorize header bar (9/2)
Diffstat (limited to 'assets/scss/_header-nav.scss')
-rw-r--r-- | assets/scss/_header-nav.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss index 496ce56..01bd4bc 100644 --- a/assets/scss/_header-nav.scss +++ b/assets/scss/_header-nav.scss @@ -28,7 +28,7 @@ article > header > nav { } } -body.txt article > header > nav ul li a { +body.txt article > header > nav > ul > li > a { background-color: $bg-txt-off; color: white; |