From 3b0f1052e15cf46a15c7f757a5034d2b1724b185 Mon Sep 17 00:00:00 2001 From: flambus Date: Wed, 19 Feb 2020 09:57:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Econtent/stylesheet.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/stylesheet.css b/content/stylesheet.css index eea7046..ca5cb03 100644 --- a/content/stylesheet.css +++ b/content/stylesheet.css @@ -5,7 +5,7 @@ ul.topnav { margin: 0; padding: 0; overflow: hidden; - background-color: #d3d3d3; + background-color: #8bd3dd; } ul.topnav li {float: left;} @@ -18,7 +18,7 @@ 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;}