summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.scss b/style.scss
index ea18cee..f50e06e 100644
--- a/style.scss
+++ b/style.scss
@@ -133,8 +133,8 @@ div.inlinefooter {
@include ikiwiki-plugin-po;
div.header {
- @include adjust-font-size-to(20px);
- padding: rhythm(.5) 0 0 1em;
+ @include adjust-font-size-to(24px);
+ padding: 0 0 0 1em;
background-color: LightBlue;
color: LightBlue;
}
@@ -152,7 +152,6 @@ div#footer {
div.pageheader span.title {
color: white;
- @include adjust-font-size-to(18px);
}
span.parentlinks {
@@ -160,7 +159,8 @@ span.parentlinks {
}
FORM#searchform {
- margin: 0 2em 0 0;
+ @include adjust-font-size-to(16px, $from-size: 24px);
+ margin: rhythm(.5) 2em 0 0;
}
div.pageheader div.actions {