MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
mNo edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
/* Moves | /* Moves notification area down. */ | ||
.mw-notification-area { | .mw-notification-area { | ||
margin-top: 6em; | margin-top: 6em; | ||
} | |||
/* Extension:Moderation adjustments. */ | |||
.mw-editing-your-version { | |||
color: var(--color-surface-0); | |||
} | } | ||
Revision as of 05:55, 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);
}