MediaWiki:Darkvector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
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 {
/* Fix link colors */
background-color: #3d3d3d;
a:visited {
color: darkorange !important;
}
a.new:link {
color: red !important;
}
a.new:visited {
color: darkred !important;
}
}

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;
}