summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2014-04-30 00:42:55 +0200
committerSiri Reiter <siri@jones.dk>2014-04-30 00:42:55 +0200
commitf965cab489955287326630e4f6c606d502d4f392 (patch)
treef85a6ceff5463d2b519104165910dd08cb940417
parent91031909553928b6aa8f1ce50ba93c9d1899863a (diff)
More generic styling of link font-weight: inherit (not 'normal').
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 77ee491..88e5fb9 100644
--- a/style.scss
+++ b/style.scss
@@ -35,7 +35,7 @@ h6 {
a {
color: darkblue;
- font-weight: normal;
+ font-weight: inherit;
text-decoration: none;
&:hover {
text-decoration: underline;