From 6eb1e149daf8097b2dcefe778785d2c0778ee2ca Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 4 Dec 2017 13:36:29 +0100 Subject: [PATCH] Corrected colors in mobile menu --- slt/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/slt/index.php b/slt/index.php index ff20d66..646ab91 100644 --- a/slt/index.php +++ b/slt/index.php @@ -77,12 +77,12 @@ a, a:hover, a:active, a:visited #mobile_menu li > a { background-color: ; - color: ; + color: ; } -#mobile_menu li.active > a { - background-color: ; - color: ; +#mobile_menu li.current > a { + background-color: ; + color: ; } ul.menu {