Template:Element/style.css

From Soul's Remnant Wiki
Revision as of 12:06, 26 October 2025 by Choco (talk | contribs)
Jump to navigation Jump to search
.default a {
	color: rgb(255,255,255);
	border: #000;
}

.Normal a {
	color: rgb(255, 255, 255); /* WHITE */
}

.Lightning a {
	color: rgb(255, 255, 0); /* YELLOW */
}

.Ghost a {
	color: rgb(112, 38, 112); /* Purple */
}

.Metal a {
	color: rgb(112, 38, 112); /* Grey */
}

.Water a {
	color: rgb(0, 0, 255); /* Grey */
}

.default:hover a {
	color: #90D5FF;
}