Minecraft Wiki
Advertisement
In other languages

Note: After saving, you have to bypass your browser's cache to see the changes.

Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* These styles are applied before JS is loaded, to create the final layout
   to prevent any FOUC */
.client-js .sound-audio {
	display: none;
}

.client-js .sound-title::after {
	content: '';
	display: inline-block;
	width: 1.143em;
	height: 1.143em;
	margin-left: 0.286em;
	vertical-align: text-top;
}
.theme-fandomdesktop-dark .sound-title::after {
	filter: invert(1);
}
Advertisement