MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { background-color: red; }") |
No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
background-color: | background-color: #4288ff; | ||
} | } |
Revision as of 02:02, 29 November 2022
/* CSS placed here will be applied to all skins */ body { background-color: #4288ff; }