summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/local.scss b/local.scss
index 74dfdb9..9a0c405 100644
--- a/local.scss
+++ b/local.scss
@@ -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 {