MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Koza1brada (talk | contribs) Created page with "→All CSS here will be loaded for users of the Citizen skin: →Slightly adjust the background color: .mw-header { background: #14181f; } .mw-footer { background: #14181f; } .citizen-page-container { background: #14181f; }" |
Koza1brada (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
/* Slightly adjust the background color */ | /* Slightly adjust the background color */ | ||
.mw-header { | |||
/*.mw-header { | |||
background: #14181f; | background: #14181f; | ||
} | } | ||
| Line 13: | Line 16: | ||
background: #14181f; | background: #14181f; | ||
} | } | ||
*/ | |||
----color-surface-0: #14181f; | |||
Revision as of 12:17, 10 August 2025
/* All CSS here will be loaded for users of the Citizen skin */
/* Slightly adjust the background color */
/*.mw-header {
background: #14181f;
}
.mw-footer {
background: #14181f;
}
.citizen-page-container {
background: #14181f;
}
*/
----color-surface-0: #14181f;