summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNayab W <42422512+nayabw@users.noreply.github.com>2019-01-07 12:33:21 -0600
committerGitHub <noreply@github.com>2019-01-07 12:33:21 -0600
commite6d62e4a7a82cf0e344ffe9743e490a4ae4349f8 (patch)
treead2d336b0d470270ab32b7f75dad3e9ad9251ad3 /style.css
parent07ffd188cc97476d42fb72e281c0bd4b87f09048 (diff)
downloadsilicon-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.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index e17bd99..19e3a2e 100644
--- a/style.css
+++ b/style.css
@@ -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;