MediaWiki:Common.css: Difference between revisions
From CTPwiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
body { | body { | ||
font-family: Arial; | font-family: Arial; | ||
background-color: #333333; | |||
color: white; | |||
} | } |
Revision as of 15:27, 9 October 2024
/* CSS placed here will be applied to all skins */ body { font-family: Arial; background-color: #333333; color: white; }