Template:Element/style.css

From Soul's Remnant Wiki
Revision as of 12:02, 26 October 2025 by Choco (talk | contribs) (Created page with ".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: } .default:hover a { color: #90D5FF; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 */
}

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