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.
:root {
	--custom-season-background-image: url("https://static.wikia.nocookie.net/animalcrossing/images/8/8f/Grass_summer.png/revision/latest?cb=20131107162135&format=original");
}
.fandom-community-header__background:before {
	display: none;
}
.fandom-community-header__background { 
	background: var(--custom-season-background-image);
	height: 100%;
}

.theme-fandomdesktop-dark .fandom-community-header__background { 
	background: var(--custom-season-background-image);
	height: 100%;
	filter: brightness(50%);
}

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

.theme-fandomdesktop-dark .acwiki-templateinfoboxmusic {
  background-color: #8b0000;
}
Advertisement