Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
font-family: 'Mate', serif; | font-family: 'Mate', serif; | ||
| − | + | background-color: #160F0A; | |
} | } | ||
Revision as of 04:24, 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: #160F0A;
}
/* Dark background for main page & stuff */
.mw-page-base, .mw-head-base, .content {
background-color: #101010;
}