MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
html.skin-theme-clientpref-night { | |||
background-color: # | --background-color-base: #101418; /* Dark background outer area */ | ||
--background-color-paper: #1a1f26; /* Dark background article area */ | |||
--color-base: #f0f3f6; /* White/light text */ | |||
--color-link: #419fff; /* Bright links for dark background */ | |||
/* | |||
} | } | ||
Revision as of 07:10, 28 July 2026
html.skin-theme-clientpref-night {
--background-color-base: #101418; /* Dark background outer area */
--background-color-paper: #1a1f26; /* Dark background article area */
--color-base: #f0f3f6; /* White/light text */
--color-link: #419fff; /* Bright links for dark background */
}