MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: .mw-confirmaccount-body-0 { background-color: unset; }")
 
(Override styles on some form areas)
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
.mw-confirmaccount-body-0 {
.mw-confirmaccount-body-0,
.mw-confirmaccount-type-0 {
background-color: unset;
background-color: unset;
}
}

Latest revision as of 11:27, 28 October 2022

/* All CSS here will be loaded for users of the Citizen skin */
.mw-confirmaccount-body-0,
.mw-confirmaccount-type-0 {
	background-color: unset;
}