diff options
-rw-r--r-- | local.scss | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ H3 { a { color: darkblue; font-weight: normal; + text-decoration: none; + &:hover { + text-decoration: underline; + } } p { |
![]() |
index : bynu-cs/styling | |
Unnamed repository; edit this file 'description' to name the repository. | Jonas Smedegaard |
summaryrefslogtreecommitdiff |
-rw-r--r-- | local.scss | 4 |
@@ -27,6 +27,10 @@ H3 { a { color: darkblue; font-weight: normal; + text-decoration: none; + &:hover { + text-decoration: underline; + } } p { |