MediaWiki:Darkvector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
.infobox.testcase {
background-color: transparent;
/*TESTCASE*/
}


/* Fix link colors */
/* Fix link colors */

Revision as of 22:20, 20 March 2021

/* All CSS here will be loaded for users of the Vector skin */
.infobox.testcase {
	background-color: transparent;
	/*TESTCASE*/
}

/* Fix link colors */
a:visited {
	color: darkorange !important;
}
a.new:link {
	color: red !important;
}
a.new:visited {
	color: darkred !important;
}