MediaWiki:Darkvector.css: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: div#mw-panel div.portal h3 { color: #c1c1c1; } .oo-ui-buttonElement-button, .mw-ui-button { background-color:...")
 
No edit summary
Line 4: Line 4:
}
}


.oo-ui-buttonElement-button, .mw-ui-button {
.mw-ui-button {
background-color: #c07710 !important;
background-color: #c07710 !important;
}
}

Revision as of 00:09, 2 May 2021

/* CSS placed here will affect users of the DarkVector skin */
div#mw-panel div.portal h3 {
	color: #c1c1c1;
}

.mw-ui-button {
	background-color: #c07710 !important;
}