diff --git a/resources/screen-common.less b/resources/screen-common.less index 6dd0e3e..8b2f2bc 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -11,16 +11,13 @@ body { body { font-family: @fonts; color: @text; - /* Make firefox's 'smart' scrollbars actually match the content */ - background: @base100; + // Footer colour; results in a weird distracting dark scrollbar in firefox, but fuck firefox + // Setting it here avoids a jump to white after the footer, which is even more distracting + background: @base30; font-size: @font-size; line-height: 1.5; } -#mw-wrapper { - background: @base30; -} - #mw-content { .box; background: @background;