MediaWiki:Darkvector.css: Difference between revisions

From Zandronum Wiki
(add toctogglelabel)
(change visited colour, add buttons)
Line 2: Line 2:
a:link, a,
a:link, a,
#mw-head div.darkvectorMenu h3 span,
#mw-head div.darkvectorMenu h3 span,
.tocnumber, .toctogglelabel {
.tocnumber, .toctogglelabel,
.oo-ui-buttonElement-button, .mw-ui-button{
color: #BFEC6E !important;
color: #BFEC6E !important;
}
}
a:visited {
a:visited {
color: #737D60 !important;
color: #A4C95F !important;
}
}

Revision as of 20:30, 28 June 2022

/* CSS placed here will affect users of the DarkVector skin */
a:link, a,
#mw-head div.darkvectorMenu h3 span,
.tocnumber, .toctogglelabel,
.oo-ui-buttonElement-button, .mw-ui-button{
	color: #BFEC6E !important;
}
a:visited {
	color: #A4C95F !important;
}