MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
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 */
* {
* {
   --color-primary: #DC2F02;
   --color-primary: #dc2f02;
}
}

Revision as of 23:25, 11 February 2023

/* All CSS here will be loaded for users of the Citizen skin */
* {
  --color-primary: #dc2f02;
}