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: #F4F2F0;
   --color-surface-0: #FBFAFA;
   --color-surface-1: #EFE6DE;
   --color-surface-1: #EFE6DE;
   --color-surface-2: #EFE6DE;
   --color-surface-2: #EFE6DE;

Revision as of 02:23, 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: #FBFAFA;
  --color-surface-1: #EFE6DE;
  --color-surface-2: #EFE6DE;
  --color-surface-3: #EFE6DE;
  --color-surface-4: #EFE6DE;
}