summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}
}