MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
:root.skin-theme-clientpref-night { | |||
--backgroundColor: #07090d; | |||
} | |||
:root.skin-theme-clientpref-light { | |||
--backgroundColor: #c7cad1; | |||
} | |||
:root.skin-theme-clientpref-os { | |||
--backgroundColor: #07090d; | |||
} | |||
:root { | |||
--color-surface-0: var(--backgroundColor); | |||
} | |||
Revision as of 20:01, 15 April 2025
:root.skin-theme-clientpref-night {
--backgroundColor: #07090d;
}
:root.skin-theme-clientpref-light {
--backgroundColor: #c7cad1;
}
:root.skin-theme-clientpref-os {
--backgroundColor: #07090d;
}
:root {
--color-surface-0: var(--backgroundColor);
}