diff options
author | Siri Reiter <siri@jones.dk> | 2014-04-30 00:42:55 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2014-04-30 00:42:55 +0200 |
commit | f965cab489955287326630e4f6c606d502d4f392 (patch) | |
tree | f85a6ceff5463d2b519104165910dd08cb940417 | |
parent | 91031909553928b6aa8f1ce50ba93c9d1899863a (diff) |
More generic styling of link font-weight: inherit (not 'normal').
-rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ h6 { a { color: darkblue; - font-weight: normal; + font-weight: inherit; text-decoration: none; &:hover { text-decoration: underline; |