From e487a8831cb9c76d1d5872d96b0c7f6f08dba2d8 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 10 Sep 2017 23:12:05 +0200 Subject: Add margin to pageheader instead of header, and add font size and color to header instead of inlineheader (adding style to .inlineheader doesn't seem to have any effect). --- local.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/local.scss b/local.scss index 2322f49..9b8d5db 100644 --- a/local.scss +++ b/local.scss @@ -25,7 +25,7 @@ p { clear: both; } -h1, h2, h3, .inlineheader { +h1, h2, h3, .header { color: $headerColor; clear: both; } @@ -39,7 +39,12 @@ a { color: $linkHoverColor; } -.header, +.pageheader { + margin: 0.5em 2%; + font-size: 0.5em; +} + +//.header, .author, .recentchanges, .committype, @@ -48,10 +53,6 @@ a { font-size: 80%; } -.header { - margin: 0 1em; -} - .topbar { padding: 1em 2em; } @@ -171,9 +172,10 @@ a { } .inlineheader { - font-size: 2em; + font-size: 1.5em; a { font-weight: normal; + color: $headerColor; } } -- cgit v1.2.3