diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:02:01 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:02:01 +0200 |
commit | 0248d718a5e93394722fba6efa14fbb8eb317edc (patch) | |
tree | cd847dfa51c845537578be06d3d1eef579ba95bd /assets/css/screen.css | |
parent | 1efae2e96eb77578e992b67b8644433738ed92c4 (diff) | |
download | lesoiseaux.io-0248d718a5e93394722fba6efa14fbb8eb317edc.tar.gz |
[CSS] Colorize header bar (8/2)
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index ae92469..09c52ce 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1579,27 +1579,12 @@ body.txt article > header > nav ul li a { width: 100%; height: 100%; } -body.txt body.txt article > header > nav a { - 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; -} -body.txt body.txt article > header > nav a:link { - color: rgb(240, 240, 242); -} -body.txt body.txt article > header > nav a:hover { - background-color: rgb(187, 205, 150); - color: black; - text-decoration: underline; -} -body.txt body.txt article > header > nav a:active { +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 a:visited { +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; } body.txt > aside:hover, body.txt > aside:focus { |