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-editform { backgroud-color: #00000077; }")
 
No edit summary
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-editform {
.wikiEditor-ui {
   backgroud-color: #00000077;
   backgroud-color: #ffffff02;
}
}

Revision as of 02:09, 13 December 2023

/* All CSS here will be loaded for users of the Citizen skin */

.wikiEditor-ui {
  backgroud-color: #ffffff02;
}