Merge "Give up entirely on firefox' stupid 'smart' scrollbars"

isekai
jenkins-bot 4 years ago committed by Gerrit Code Review
commit e4cc6b19f8

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

Loading…
Cancel
Save