MediaWiki:DarkShroom.css
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS styling for the 'Shroom namespace and templates in dark mode */
/* Fixes to preserve light theme */
[style*="--darkbg:"] { color: #CCC; }
body.mediawiki .shroombg .wikitable a { color: #009CFF; }
body.mediawiki .shroombg a.pds-return-poll { color: #4E4E4E; }
body.mediawiki .shroombg a { color: var(--shroom-section-link); }
body.mediawiki .shroombg a.external, body.mediawiki .shroombg [style*="--darkbg:"] a {
filter: invert(1) hue-rotate(180deg);
}