diff options
| author | Nayab W <42422512+nayabw@users.noreply.github.com> | 2019-01-07 12:32:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-07 12:32:00 -0600 |
| commit | 07ffd188cc97476d42fb72e281c0bd4b87f09048 (patch) | |
| tree | 8584f525d0f02ea14420d22a7ce49ea6a32e28d8 | |
| parent | 2a656f04f2dfca9dc73c0b02f6118e2dc8461880 (diff) | |
| download | silicon-linux-07ffd188cc97476d42fb72e281c0bd4b87f09048.tar.gz silicon-linux-07ffd188cc97476d42fb72e281c0bd4b87f09048.tar.bz2 silicon-linux-07ffd188cc97476d42fb72e281c0bd4b87f09048.zip | |
Undo fix #2
| -rw-r--r-- | style.css | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 |
