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
|
@ -21,6 +21,10 @@ body
|
|||
|
||||
a
|
||||
color: #{light blue}
|
||||
text-decoration: none
|
||||
|
||||
a:hover
|
||||
text-decoration: underline
|
||||
|
||||
h1
|
||||
color: #{dark yellow}
|
||||
|
|
Loading…
Reference in a new issue