diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-01-22 08:16:05 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-01-22 08:16:05 -0500 |
| commit | f46c486b6d7aef06152b3bc1b73f885c9f1b3709 (patch) | |
| tree | aceaef2a1ede21a3c4bd2a41ee07a455ba1272ec | |
| parent | ff6c783ea61d41196f260852a77be8203775613b (diff) | |
| download | personal-website-f46c486b6d7aef06152b3bc1b73f885c9f1b3709.tar.gz personal-website-f46c486b6d7aef06152b3bc1b73f885c9f1b3709.tar.bz2 personal-website-f46c486b6d7aef06152b3bc1b73f885c9f1b3709.zip | |
fixed things
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -113,8 +113,8 @@ a.nav { text-decoration: none; } -li a:hover { - background-color: gray; +li.nav:hover{ + background-color: grey; } .active { |
