From ed69f1727448361f5311313f4c5577d0a222eb75 Mon Sep 17 00:00:00 2001 From: Jakob Date: Thu, 20 Feb 2020 19:26:56 +0100 Subject: [PATCH] changed navigation bar colours --- threadr/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 476f746..72355ac 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -198,7 +198,7 @@ ul.topnav li a:hover:not(.active) { } ul.topnav li a.active { - background-color: #f582ae; + background-color: #8bd3dd; } ul.topnav li.right {