Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
/* Dark background for main page & stuff */ | /* Dark background for main page & stuff */ | ||
| − | .mw-page-base, .mw-head-base, .content { | + | .mw-page-base, .mw-head-base, .content, .mw-body { |
background-color: #101010; | background-color: #101010; | ||
} | } | ||
Revision as of 04:25, 27 March 2021
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');
body {
font-family: 'Mate', serif;
background-color: #16140F;
}
/* Dark background for main page & stuff */
.mw-page-base, .mw-head-base, .content, .mw-body {
background-color: #101010;
}