diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -84,9 +84,6 @@ li.logo{ font-weight: bold; color: black; } -ul.navbar:hover { - background-color: gray; -} li.nav { float: left; display: block; @@ -100,6 +97,10 @@ a.nav{ text-decoration: none; } +li a:hover { + background-color: gray; +} + .active { background-color: #1f8e42; color: black; @@ -117,6 +118,3 @@ a.nav{ .nav .icon { display: none; } - - -
\ No newline at end of file |
