MediaWiki:Darkvector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: a:link { color: green; }")
 
No edit summary
 
(68 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
/* All CSS here will be loaded for users of the Vector skin */
a:link {
.infobox {
color: green;
background-color: #3d3d3d;
}
}

Latest revision as of 18:58, 18 May 2022

/* All CSS here will be loaded for users of the Vector skin */
.infobox {
	background-color: #3d3d3d;
}