diff options
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 692e818..2fcaa81 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1563,6 +1563,7 @@ body.txt article > header > nav ul { display: flex; width: 100%; background-color: rgb(124, 118, 146); + color: rgb(240, 240, 242); } body.txt article > header > nav ul li { margin: 0 auto; @@ -1572,9 +1573,6 @@ 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; @@ -1582,6 +1580,10 @@ 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); + color: rgb(240, 240, 242); +} +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 > aside:hover, body.txt > aside:focus { |