aboutsummaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
authorhellekin <how@cepheide.org>2024-10-23 18:48:03 +0200
committerhellekin <how@cepheide.org>2024-10-23 18:48:03 +0200
commitae3060fe1d31d6e4d86acac6bf1f353c54af73ab (patch)
tree7bb7b3147819b9a636b7821faa4afc9d486c930c /assets/css/screen.css
parent6ef74707ee70b5cbc197cd755bc3f11e2c457369 (diff)
downloadlesoiseaux.io-ae3060fe1d31d6e4d86acac6bf1f353c54af73ab.tar.gz
[CSS] Colorize header bar (4/2)
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 2fcaa81..540e3d9 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 a {
+body.txt body.txt article > header > nav ul li a {
background-color: rgba(166, 191, 112, 0.7);
color: rgb(240, 240, 242);
}
-body.txt body.txt article > header > nav a:hover, body.txt body.txt article > header > nav 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);
}
body.txt > aside:hover, body.txt > aside:focus {