MediaWiki:Common.css: Difference between revisions
Appearance
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
:root { --bg: #1e1e2e; --fg: #cdd6f4; --content: #24273a; } | |||
body { background: var(--bg) !important; color: var(--fg) !important; } | |||
.mw-parser-output { background: var(--content) !important; color: var(--fg) !important; } | |||
h1,h2,h3 { color: #89b4fa !important; } | |||
Revision as of 20:17, 8 March 2026
:root { --bg: #1e1e2e; --fg: #cdd6f4; --content: #24273a; }
body { background: var(--bg) !important; color: var(--fg) !important; }
.mw-parser-output { background: var(--content) !important; color: var(--fg) !important; }
h1,h2,h3 { color: #89b4fa !important; }