summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/style.css b/style.css
index 1186ab3..e17bd99 100644
--- a/style.css
+++ b/style.css
@@ -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