More languages
More actions
m (Altered color of lower edit window) |
m (Increasing specificity so the code overrides already existing attribute) |
||
Line 11: | Line 11: | ||
} | } | ||
} | } | ||
.editOptions { | .skin-citizen .mw-editform .editOptions { | ||
background-color: var(--color-surface-5); | background-color: var(--color-surface-5); | ||
} | } |
Revision as of 17:22, 7 March 2023
@media screen {
:root {
--color-surface-5:hsl(220,17%,93%);
--color-surface-6:hsl(200,2%,60%);
--color-surface-7:hsl(180,2%,40%);
}
:root.skin-citizen-dark {
--color-surface-5:hsl(220,15%,30%);
--color-surface-6:hsl(220,12%,35%);
--color-surface-7:hsl(220,12%,40%);
}
}
.skin-citizen .mw-editform .editOptions {
background-color: var(--color-surface-5);
}