Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
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 22: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);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.