MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "→CSS placed here will be applied to all skins: body { background: yellow; font-size: 20pt; color: red; }") Tag: Replaced |
No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
background: | background: #ecf0f1; | ||
} | } |
Revision as of 10:48, 19 July 2021
/* CSS placed here will be applied to all skins */ body { background: #ecf0f1; }