MediaWiki:Darkvector.css: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:
.ambox {
.ambox {
background: black;
background: black;
}
.navbox-even {
background: black !important;
}
.navbox-odd {
background: #333 !important;
}
}

Latest revision as of 00:54, 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;
}

.ambox {
	background: black;
}

.navbox-even {
	background: black !important;
}


.navbox-odd {
	background: #333 !important;
}