From 8cb19757c6ffc013a2d2f3ef55fec95b64a9acc8 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 1 Jul 2020 20:07:47 +0100 Subject: [PATCH] g --- dev.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dev.less b/dev.less index d1350e6..990443b 100644 --- a/dev.less +++ b/dev.less @@ -41,3 +41,14 @@ display: block !important; width: 16% !important; } */ + + +nav.navigation:hover > ul > li > a { + color: #bbb !important; +} +nav.navigation:hover > ul > li > a:hover { + color: #000 !important; +} +nav.navigation > ul > li > a.ui-state-active { + color: #000 !important; +}