From Arcanet
Jump to navigation Jump to search
mNo edit summary
Dragondraikk changed the content model of the page SpoilerCSS from "wikitext" to "CSS": is CSS
Tag: content model change
(No difference)

Revision as of 15:25, 4 July 2024

.contentwarning{
	color:crimson;
}
.spoilertext{
	color:black;
	background-color:black;
}
.spoilertext:hover{
	color:white;
}
.spoilerimage{
	filter:blur(50px);
}
.spoilerimage:hover{
	filter:blur(0px);
}