MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: :root { --color-primary: #4E68C6; }")
 
No edit summary
Line 2: Line 2:
:root {
:root {
   --color-primary: #4E68C6;
   --color-primary: #4E68C6;
  --color-destructive: #BF211E;
  --color-success: #458A2D;
  --color-warning: #D29B31;
  --color-surface-0: #D8C1AC;
}
}

Revision as of 02:13, 29 January 2024

/* All CSS here will be loaded for users of the Citizen skin */
:root {
  --color-primary: #4E68C6;
  --color-destructive: #BF211E;
  --color-success: #458A2D;
  --color-warning: #D29B31;
  --color-surface-0: #D8C1AC;
}