diff options
Diffstat (limited to 'local.scss')
-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 { |