diff options
| author | Nayab W <42422512+nayabw@users.noreply.github.com> | 2019-01-07 12:33:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-07 12:33:21 -0600 |
| commit | e6d62e4a7a82cf0e344ffe9743e490a4ae4349f8 (patch) | |
| tree | ad2d336b0d470270ab32b7f75dad3e9ad9251ad3 /style.css | |
| parent | 07ffd188cc97476d42fb72e281c0bd4b87f09048 (diff) | |
| download | silicon-linux-e6d62e4a7a82cf0e344ffe9743e490a4ae4349f8.tar.gz silicon-linux-e6d62e4a7a82cf0e344ffe9743e490a4ae4349f8.tar.bz2 silicon-linux-e6d62e4a7a82cf0e344ffe9743e490a4ae4349f8.zip | |
Fix #3: CSS OOF
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -90,8 +90,11 @@ li.nav { color: black; text-align: center; text-decoration: none; + padding: 14px 16px; +} +li.nav:hover{ + background-color: grey; } - a.nav{ color: black; text-decoration: none; |
