From 8af3409081cc4f70eadf7b36787d6cc1f24e4388 Mon Sep 17 00:00:00 2001 From: flambus Date: Wed, 19 Feb 2020 10:00:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Econtent/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/style.css b/content/style.css index 8b1e4c7..5c5b200 100644 --- a/content/style.css +++ b/content/style.css @@ -167,7 +167,7 @@ ul.topnav { margin: 0; padding: 0; overflow: hidden; - background-color: #333; + background-color: #8bd3dd; } ul.topnav li {float: left;} @@ -180,9 +180,9 @@ ul.topnav li a { text-decoration: none; } -ul.topnav li a:hover:not(.active) {background-color: #111;} +ul.topnav li a:hover:not(.active) {background-color: #f582ae;} -ul.topnav li a.active {background-color: #4CAF50;} +ul.topnav li a.active {background-color: #f582ae;} ul.topnav li.right {float: right;}