Animal Crossing Wiki
Advertisement

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.
/*General Dark Mode*/
.acwiki-fullwhite {
  background: #FFFFFF;
}

.theme-fandomdesktop-dark .acwiki-fullwhite {
  background: #444444!important;
}

/*Infoboxes + Dark Mode*/
.acwiki-templateinfoboxmusic-musiccolor {
	
}

.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolor {
  background: #8b0000!important;
  color: #DDDDDD;
}

.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolorlight {
  background: #444444!important;
}

.acwiki-templateinfoboxmusic-musiccolorlightest {
  background: #FFFFFF;
}

.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic-musiccolorlightest {
  background: #777777;
}

.fandom-community-header a.fandom-community-header__community-name,
.fandom-community-header div.first-level-item a,
.fandom-community-header div.page-counter {
	text-shadow: 2px 1px 1px black;
}
Advertisement