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

@ -21,6 +21,10 @@ body
a
color: #{light blue}
text-decoration: none
a:hover
text-decoration: underline
h1
color: #{dark yellow}