Jump to content

User:SpongeBot678/common.css: Difference between revisions

From SpongeBob Wiki
imported>SpongeBot678
Created page with " .mw-redirect { color: #006633; } .mw-redirect:visited { color: #009900; } .mw-redirect:hover { color: #990000; } .mw-redirect:active { color: #990000; }"
 
(No difference)

Latest revision as of 08:18, 19 February 2025

	.mw-redirect {
		color: #006633;
	}
	.mw-redirect:visited {
		color: #009900;
	}
	.mw-redirect:hover {
		color: #990000;
	}
	.mw-redirect:active {
		color: #990000;
	}