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
More languages
Content deleted Content added
Created page with "html[data-theme="light"] { --theme-background: #f5f5f5; }"
 
No edit summary
Line 1: Line 1:
:root {
html[data-theme="light"] {
--theme-background: #f5f5f5;
--theme-background: #f5f5f5; /* Replace with your desired color */
}
}

Revision as of 13:42, 3 August 2025

:root {
    --theme-background: #f5f5f5; /* Replace with your desired color */
}