From f965cab489955287326630e4f6c606d502d4f392 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 30 Apr 2014 00:42:55 +0200 Subject: More generic styling of link font-weight: inherit (not 'normal'). --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3