Difference between revisions of "MediaWiki:Common.css"
From RetroMMO Wiki
| Line 7: | Line 7: | ||
body {  | body {  | ||
| + | font-family: RetroPixels;  | ||
| + | }  | ||
| + | |||
| + | body, .mw-body, .parsoid-body {  | ||
background-color: black;  | background-color: black;  | ||
color: white;  | color: white;  | ||
| − | |||
}  | }  | ||
Revision as of 06:39, 4 April 2021
/* CSS placed here will be applied to all skins */
@font-face{
font-family:RetroPixels;
src:url(https://wiki.retro-mmo.com/w/images/c/c1/RetroPixels.ttf) format("truetype")
}
body {
font-family: RetroPixels;
}
body, .mw-body, .parsoid-body {
background-color: black;
color: white;
}