MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More languages
More actions
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 */ }