MediaWiki:Darkvector.css: Difference between revisions
DrinkyBird (talk | contribs) (fix button colour) |
DrinkyBird (talk | contribs) (button text colour) |
||
Line 17: | Line 17: | ||
.oo-ui-buttonElement-button, .mw-ui-button{ | .oo-ui-buttonElement-button, .mw-ui-button{ | ||
background-color: #BFEC6E !important; | background-color: #BFEC6E !important; | ||
color: #000000 !important; | |||
} | } |
Revision as of 20:32, 28 June 2022
/* CSS placed here will affect users of the DarkVector skin */
a:link, a,
#mw-head div.darkvectorMenu h3 span,
.tocnumber, .toctogglelabel {
color: #BFEC6E !important;
}
a:visited {
color: #A4C95F !important;
}
#left-navigation div.darkvectorTabs li.selected,
#right-navigation div.darkvectorTabs li.selected {
background-image: linear-gradient(#BFEC6E 0,#333333 10%);
}
.oo-ui-buttonElement-button, .mw-ui-button{
background-color: #BFEC6E !important;
color: #000000 !important;
}