Style: Make links not be underlined unless hovered

This commit is contained in:
fr33domlover 2016-03-07 00:37:52 +00:00
parent 8a78fec8f6
commit f876683d70

View file

@ -20,7 +20,11 @@ body
background: #{black}
a
color: #{light blue}
color: #{light blue}
text-decoration: none
a:hover
text-decoration: underline
h1
color: #{dark yellow}