Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
.mw-page-base, .mw-head-base, .content, .mw-body { | .mw-page-base, .mw-head-base, .content, .mw-body { | ||
background-color: #101010; | background-color: #101010; | ||
| + | color: #ddd; | ||
} | } | ||
Revision as of 04:26, 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;
color: #ddd;
}