diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:07:10 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:07:10 +0200 |
commit | f3c4900a749f3b5698a1589f703b7e5996180980 (patch) | |
tree | 72656b250c441f9ac8d7a1e28363a1910e48f9d3 /assets/css/screen.css | |
parent | 188e6ec910613b211045f41a747e3120e9dd823b (diff) | |
download | lesoiseaux.io-f3c4900a749f3b5698a1589f703b7e5996180980.tar.gz |
[CSS] Colorize header bar (10/2)
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index afa10f2..5da4342 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1578,12 +1578,10 @@ body.txt article > header > nav ul li a { position: relative; width: 100%; height: 100%; -} -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 article > header > nav ul li a:hover, body.txt article > header > nav ul li a:active { background-color: rgb(187, 205, 150); color: black; } |