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.skin-citizen-dark { --color-surface-0: #11151d; --color-surface-1: #2b2f35; --color-surface-2: #e1e1e0; }"
 
No edit summary
Line 5: Line 5:
   --color-surface-0: #11151d;
   --color-surface-0: #11151d;
   --color-surface-1: #2b2f35;
   --color-surface-1: #2b2f35;
  --color-surface-2: #e1e1e0;
 




}
}

Revision as of 04:52, 14 January 2024

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


:root.skin-citizen-dark {
  --color-surface-0: #11151d;
  --color-surface-1: #2b2f35;



}