Difference between revisions of "MediaWiki:Common.css"
From RetroMMO Wiki
 (Created page with "→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") }...")  | 
				|||
| Line 7: | Line 7: | ||
body {  | body {  | ||
| + | background-color: black;  | ||
| + | color: white;  | ||
font-family: RetroPixels;  | font-family: RetroPixels;  | ||
}  | }  | ||
Revision as of 06:38, 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 {
background-color: black;
color: white;
font-family: RetroPixels;
}