aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-01-22 08:16:05 -0500
committerAndrew Lee <alee14498@gmail.com>2019-01-22 08:16:05 -0500
commitf46c486b6d7aef06152b3bc1b73f885c9f1b3709 (patch)
treeaceaef2a1ede21a3c4bd2a41ee07a455ba1272ec
parentff6c783ea61d41196f260852a77be8203775613b (diff)
downloadpersonal-website-f46c486b6d7aef06152b3bc1b73f885c9f1b3709.tar.gz
personal-website-f46c486b6d7aef06152b3bc1b73f885c9f1b3709.tar.bz2
personal-website-f46c486b6d7aef06152b3bc1b73f885c9f1b3709.zip
fixed things
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index fce75f5..283a44c 100644
--- a/style.css
+++ b/style.css
@@ -113,8 +113,8 @@ a.nav {
text-decoration: none;
}
-li a:hover {
- background-color: gray;
+li.nav:hover{
+ background-color: grey;
}
.active {