MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Blanked the page Tags: Blanking Manual revert Reverted |
No edit summary Tags: Manual revert Reverted |
||
| Line 1: | Line 1: | ||
:root { | |||
color-scheme: dark; | |||
--theme-main-bg: #0a0a0a; | |||
--theme-secondary-bg: #121212; | |||
--theme-main-fg: #f0e6d2; /* parchment/gold-ish text */ | |||
--theme-accent: #b71c1c; /* Khorne red */ | |||
--theme-accent-contrast: #ffcf40; /* gold */ | |||
} | |||
Revision as of 01:14, 15 November 2025
:root {
color-scheme: dark;
--theme-main-bg: #0a0a0a;
--theme-secondary-bg: #121212;
--theme-main-fg: #f0e6d2; /* parchment/gold-ish text */
--theme-accent: #b71c1c; /* Khorne red */
--theme-accent-contrast: #ffcf40; /* gold */
}