diff options
-rw-r--r-- | local.scss | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -20,7 +20,7 @@ p { clear: both; } -h1, h2, h3 { +h1, h2, h3, .inlineheader { color: $headerColor; clear: both; } @@ -111,8 +111,11 @@ a { overflow: visible; } -.inlineheader a { - font-weight: normal; +.inlineheader { + font-size: 2em; + a { + font-weight: normal; + } } .inlinepage .tags { |