summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-09-10 23:12:05 +0200
committerSiri Reiter <siri@jones.dk>2017-09-10 23:12:05 +0200
commite487a8831cb9c76d1d5872d96b0c7f6f08dba2d8 (patch)
treefb9a6e821ab36a11219b649339e839371a5ef016 /local.scss
parentd0aaaecf20c3f15529aafe5ee30a92e5ff7065ee (diff)
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).HEADmain
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss16
1 files 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;
}
}