No edit summary |
(Remove source edit icon on page sections) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
--color-success: #458A2D; | --color-success: #458A2D; | ||
--color-warning: #D29B31; | --color-warning: #D29B31; | ||
} | |||
/* Remove source edit icon on page sections */ | |||
.citizen-editsection-icon.mw-ui-icon-wikimedia-wikiText { | |||
display:none; | |||
} | } |
Latest revision as of 03:18, 29 January 2024
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--color-primary: #4E68C6;
--color-destructive: #BF211E;
--color-success: #458A2D;
--color-warning: #D29B31;
}
/* Remove source edit icon on page sections */
.citizen-editsection-icon.mw-ui-icon-wikimedia-wikiText {
display:none;
}