diff --git a/css/themes/dark.css b/css/themes/dark.css index 447a947..4946149 100644 --- a/css/themes/dark.css +++ b/css/themes/dark.css @@ -20,12 +20,12 @@ html { color: #333; } -.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { +.nav-pills > li.active > a { background-color: #555; } /* fix for mobile firefox which ignores :hover */ -.nav-pills > li > a:active, .nav-pills > li > a:active span { +.nav-pills > li > a:active, .nav-pills > li > a:active span, .nav-pills > li.active > a:hover { background-color: #eee; color: #222; }