Template:Element/style.css: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
No edit summary
m (Choco moved page Template:Element/Style.css to Template:Element/style.css without leaving a redirect)
(No difference)

Revision as of 04:10, 1 November 2025

.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;
}