summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNayab W <42422512+nayabw@users.noreply.github.com>2019-01-07 12:32:00 -0600
committerGitHub <noreply@github.com>2019-01-07 12:32:00 -0600
commit07ffd188cc97476d42fb72e281c0bd4b87f09048 (patch)
tree8584f525d0f02ea14420d22a7ce49ea6a32e28d8 /style.css
parent2a656f04f2dfca9dc73c0b02f6118e2dc8461880 (diff)
downloadsilicon-linux-07ffd188cc97476d42fb72e281c0bd4b87f09048.tar.gz
silicon-linux-07ffd188cc97476d42fb72e281c0bd4b87f09048.tar.bz2
silicon-linux-07ffd188cc97476d42fb72e281c0bd4b87f09048.zip
Undo fix #2
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