MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
} | } | ||
:body { | |||
background-color: red; | background-color: red; | ||
} | } | ||
Revision as of 17:14, 3 April 2021
/* All CSS here will be loaded for users of the Citizen skin */
:root {
background: #1c3f75;
}
:body {
background-color: red;
}