diff options
| author | Siri Reiter <siri@jones.dk> | 2012-10-08 14:46:26 +0200 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2012-10-08 14:46:26 +0200 |
| commit | acea599a4100d50863e4a65e6514839adb4bb499 (patch) | |
| tree | ca772f3bc35c22c3d4dfc169bc309ae42fdc2298 | |
| parent | 8b8f061ab77ae9104369199e2b5b7fccd6e51210 (diff) | |
Links have underline with hover, otherwise not.
| -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 { |
