diff options
author | hellekin <how@cepheide.org> | 2024-10-23 18:59:06 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 18:59:06 +0200 |
commit | 1efae2e96eb77578e992b67b8644433738ed92c4 (patch) | |
tree | f2bee7ba886045f4495d9e4fcd37b4776149539f /assets/css/screen.css | |
parent | 57552a69856b326bb781612fa24331407cc7ef9e (diff) | |
download | lesoiseaux.io-1efae2e96eb77578e992b67b8644433738ed92c4.tar.gz |
[CSS] Colorize header bar (7/2)
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 59bd166..ae92469 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1580,14 +1580,13 @@ body.txt article > header > nav ul li a { height: 100%; } body.txt body.txt article > header > nav a { - background-color: rgba(166, 191, 112, 0.7); + background-color: rgb(187, 205, 150); } body.txt body.txt article > header > nav a:hover, body.txt body.txt article > header > nav a:active { background-color: rgb(187, 205, 150); } body.txt body.txt article > header > nav a { text-decoration: none; - background-color: rgb(124, 118, 146); } body.txt body.txt article > header > nav a:link { color: rgb(240, 240, 242); @@ -1601,7 +1600,7 @@ body.txt body.txt article > header > nav a:active { color: white; } body.txt body.txt article > header > nav a:visited { - color: rgb(240, 240, 242); + color: black; } body.txt > aside:hover, body.txt > aside:focus { background-color: rgb(187, 205, 150); |