mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-01-11 01:16:45 +09:00
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}
|
background: #{black}
|
||||||
|
|
||||||
a
|
a
|
||||||
color: #{light blue}
|
color: #{light blue}
|
||||||
|
text-decoration: none
|
||||||
|
|
||||||
|
a:hover
|
||||||
|
text-decoration: underline
|
||||||
|
|
||||||
h1
|
h1
|
||||||
color: #{dark yellow}
|
color: #{dark yellow}
|
||||||
|
|
Loading…
Reference in a new issue