MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 5: Line 5:
   --color-success: #458A2D;
   --color-success: #458A2D;
   --color-warning: #D29B31;
   --color-warning: #D29B31;
   --color-surface-0: #D8C1AC;
   --color-surface-0: #D7C2AD;
}
}

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: #D7C2AD;
}