diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -136,7 +136,7 @@ img.img { @include ikiwiki-plugin-search; @include ikiwiki-plugin-po; -.header { +.pageheader { @include adjust-font-size-to($headerFontSize); padding: 0 0 0 1em; background-color: LightBlue; @@ -154,10 +154,11 @@ img.img { @include adjust-font-size-to(12px); } -.pageheader .title { +.branding { color: white; } +.pageheader .title, .parentlinks { display: none; } @@ -168,6 +169,7 @@ img.img { } .pageheader .actions { + @include adjust-font-size-to($baseFontSize, $from-size: $headerFontSize); background-color: LightBlue; ul { border-bottom: none; |