From e50276ac341c1ab36cf6a8bb34b1c1c9ed781c82 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 2 Sep 2019 11:33:51 +0200 Subject: [PATCH] active links --- static/css/styles2.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/styles2.css b/static/css/styles2.css index 254d6276..47abb303 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -355,6 +355,7 @@ } nav a, + nav a:active, a:visited, nav a i { color: white; } @@ -366,10 +367,12 @@ background: white; } + /* nav li.selected { color: #1c75bc; background: white; - } + } +*/ .nav-active, .nav-active a,