diff options
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); |