MediaWiki:Timeless.css
From The Fifth City Wiki
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 { --lw_navigatorBackground: #24251B; --lw_contentBackground: #0D0E09; } #mw-content-block { background: var(--lw_navigatorBackground); } #mw-content { background: var(--lw_contentBackground); } .sidebar-chunk { background: var(--lw_contentBackground); } .mw-footer-container { background: var(--lw_navigatorBackground); }