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/css/screen.css | |
parent | 0248d718a5e93394722fba6efa14fbb8eb317edc (diff) | |
download | lesoiseaux.io-188e6ec910613b211045f41a747e3120e9dd823b.tar.gz |
[CSS] Colorize header bar (9/2)
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 09c52ce..afa10f2 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1579,11 +1579,11 @@ body.txt article > header > nav ul li a { width: 100%; height: 100%; } -body.txt body.txt article > header > nav ul li a { +body.txt body.txt article > header > nav > ul > li > a { background-color: rgba(166, 191, 112, 0.7); color: white; } -body.txt body.txt article > header > nav ul li a:hover, body.txt body.txt article > header > nav ul li a:active { +body.txt body.txt article > header > nav > ul > li > a:hover, body.txt body.txt article > header > nav > ul > li > a:active { background-color: rgb(187, 205, 150); color: black; } |