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
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 10: Line 10:
}
}
:root  {
:root  {
--color-surface-0: var(--backgroundColor);
--color-surface-0: #c7cad1;
}
}

Revision as of 22:02, 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: #c7cad1;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.