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