Jump to content

User:FireMatch/common.css: Difference between revisions

From SpongeBob Wiki
imported>FireMatch
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 23:25, 17 February 2025

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