diff options
author | hellekin <how@cepheide.org> | 2024-10-23 18:48:03 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 18:48:03 +0200 |
commit | ae3060fe1d31d6e4d86acac6bf1f353c54af73ab (patch) | |
tree | 7bb7b3147819b9a636b7821faa4afc9d486c930c /assets/scss/_header-nav.scss | |
parent | 6ef74707ee70b5cbc197cd755bc3f11e2c457369 (diff) | |
download | lesoiseaux.io-ae3060fe1d31d6e4d86acac6bf1f353c54af73ab.tar.gz |
[CSS] Colorize header bar (4/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 de64891..28323a9 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 a { +body.txt article > header > nav ul li a { background-color: $bg-txt-off; color: $fg-header; |