MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 6: Line 6:


.skin-citizen-light .wikiEditor-ui {
.skin-citizen-light .wikiEditor-ui {
   background-color: #00000010;
   background-color: #00000005;
}
}

Revision as of 02:16, 13 December 2023

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

.skin-citizen-dark .wikiEditor-ui {
  background-color: #ffffff02;
}

.skin-citizen-light .wikiEditor-ui {
  background-color: #00000005;
}