MediaWiki:DarkMonobook.css: Difference between revisions

 
mNo edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook night theme */
/* CSS placed here will affect users of the Monobook night theme */
@media all and (min-width: 551px) {
body.skin-monobook #p-personal ul {
color: #ccc !important;
background: #222 !important;
border-color: #444 !important;
}
}

Latest revision as of 14:42, February 27, 2025

/* CSS placed here will affect users of the Monobook night theme */

@media all and (min-width: 551px) {
	body.skin-monobook #p-personal ul {
		color: #ccc !important;
		background: #222 !important;
		border-color: #444 !important;
	}
}