MediaWiki:Common.css: Difference between revisions
From Ultima Online Forever Wiki
(Removed CSS -> Styling the elements inline) |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | |||
background-color: #101010 | |||
} | |||
h1 { | |||
color: #ffffff | |||
} |
Revision as of 02:47, 13 February 2024
/* CSS placed here will be applied to all skins */ body { background-color: #101010 } h1 { color: #ffffff }