Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Common.css

MediaWiki interface page
Revision as of 17:40, 30 August 2025 by RandomGuy (talk | contribs) (Initial Dark Mode)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* CSS placed here will be applied to all skins */


@media (prefers-color-scheme: dark) {
    body, #mw-head {
        background-color: #1f2937;
    }

    a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
        color: oklch(62.3% 0.214 259.815);
    }
    
    a:visited, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
        color: oklch(54.6% 0.245 262.881);
    }

    a:hover, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover {
        color: oklch(70.7% 0.165 254.624);
        text-decoration: none;
    }

    a.new {
        color: oklch(64.5% 0.246 16.439);
    }
}