MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
: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; }