From 1efae2e96eb77578e992b67b8644433738ed92c4 Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 23 Oct 2024 18:59:06 +0200 Subject: [CSS] Colorize header bar (7/2) --- assets/css/screen.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'assets/css/screen.css') 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); -- cgit v1.2.3