diff options
author | hellekin <how@cepheide.org> | 2024-10-23 18:42:38 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 18:42:38 +0200 |
commit | fb337d11ab49f66236cc0b5ca825fc7927dc0462 (patch) | |
tree | ec8d6c54bffed4aa590340707fff5a7871420e4a /assets/css/screen.css | |
parent | d10d34f2a9d677c9ea324b9e9c71aa0229d64d5f (diff) | |
download | lesoiseaux.io-fb337d11ab49f66236cc0b5ca825fc7927dc0462.tar.gz |
[CSS] Colorize header bar (2/2)
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 3f6ab55..692e818 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1562,6 +1562,7 @@ body.txt article > header > nav ul { padding: 0; display: flex; width: 100%; + background-color: rgb(124, 118, 146); } body.txt article > header > nav ul li { margin: 0 auto; @@ -1571,6 +1572,9 @@ body.txt article > header > nav ul li { border: 1px solid; width: 12rem; } +body.txt article > header > nav ul li:hover, body.txt article > header > nav ul li:active { + background-color: rgb(187, 205, 150); +} body.txt article > header > nav ul li a { display: inline-block; position: relative; |