summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/style.css b/style.css
index b51ff8d..1186ab3 100644
--- a/style.css
+++ b/style.css
@@ -84,6 +84,9 @@ li.logo{
font-weight: bold;
color: black;
}
+ul.navbar:hover {
+ background-color: gray;
+}
li.nav {
float: left;
display: block;
@@ -97,10 +100,6 @@ a.nav{
text-decoration: none;
}
-li a:hover {
- background-color: gray;
-}
-
.active {
background-color: #1f8e42;
color: black;