From 22888d4f5da75bf1230293db6a4c21c7acda35fb Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 19 Jan 2020 11:08:49 +0100 Subject: [PATCH] fix font color in drop down menu --- themes/grav-theme-howto/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/grav-theme-howto/css/style.css b/themes/grav-theme-howto/css/style.css index b4692359..4ca0ab7f 100644 --- a/themes/grav-theme-howto/css/style.css +++ b/themes/grav-theme-howto/css/style.css @@ -243,7 +243,7 @@ a:hover { /* hide toggle button */ .main-nav > a.mobile-btn { display: none; } -/* age selector */ +/* Language selector */ .language-selector .btn { position: relative; @@ -276,6 +276,9 @@ a:hover { color: #b9a2ab; } +ul#nav li a:hover { color: #FFFFFF; opacity: 1;} + + /* Volor bar */ .body-top { width: 100%;