Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Tables/code: neutral dark (#161616) instead of navy, to match the card style
Neutralize surface vars (navy -> neutral dark) so panels/pre/code/buttons stop reading blue
Line 15: Line 15:
html.skin-citizen-light,
html.skin-citizen-light,
.skin-citizen {
.skin-citizen {
     --color-surface-0: #0d0e12;  /* page background */
     --color-surface-0: #0d0e12;  /* page background (near-black) */
     --color-surface-1: #0d1120;  /* raised panels / sidebar */
     --color-surface-1: #141418;  /* raised panels / sidebar (neutral dark) */
     --color-surface-2: #131e35;  /* cards / table heads */
     --color-surface-2: #1b1b20;  /* cards / raised / interactive (neutral dark) */
     --color-surface-3: #1a2540;  /* hovers / borders */
     --color-surface-3: #26262c;  /* hovers (neutral) */
     --color-surface-4: #1a2540;
     --color-surface-4: #26262c;


     --color-base: #e5e7eb;        /* body text */
     --color-base: #e5e7eb;        /* body text */
Line 36: Line 36:


     --background-color-base: #0d0e12;
     --background-color-base: #0d0e12;
     --background-color-neutral: #131e35;
     --background-color-neutral: #1b1b20;
     --background-color-neutral-subtle: #0d1120;
     --background-color-neutral-subtle: #141418;


     --font-family-base: 'Inter', 'Inter Variable', -apple-system, system-ui, sans-serif;
     --font-family-base: 'Inter', 'Inter Variable', -apple-system, system-ui, sans-serif;