Style: Make links not be underlined unless hovered
This commit is contained in:
parent
8a78fec8f6
commit
f876683d70
1 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue