MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
/* Extension:Moderation adjustments. */ | /* Extension:Moderation adjustments. */ | ||
#mw-editing-your-version { | |||
color: var(--color-surface-0); | color: var(--color-surface-0); | ||
} | } | ||
Revision as of 05:58, 8 November 2025
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--color-progressive-oklch__h: 220;
}
/* Moves notification area down. */
.mw-notification-area {
margin-top: 6em;
}
/* Extension:Moderation adjustments. */
#mw-editing-your-version {
color: var(--color-surface-0);
}