MediaWiki:Theme-chest.css

From Modding of Isaac Wiki
Jump to navigation Jump 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.
:root {
	--theme-highlight-background: rgba(122,85,74,1);
	--theme-border-color: #000;
    --theme-icon: url("https://upload.wikimedia.org/wikipedia/commons/1/10/OOjs_UI_icon_moon-invert.svg");
    
    --wiki-logo: url(https://moddingofisaac.wiki.gg/images/a/a3/Chest-Logo.png);
    --background-image: url("https://cdn.discordapp.com/emojis/1149733375708516352.webp");
	--background-color: #62554F;
	
    --table-header: #7A554A;
}