Jump to content

MediaWiki:Common.css: Difference between revisions

From TypeGG Wiki
Add TypeGG dark theme color system
 
m brighten default text color
Line 3: Line 3:
   --background-color-neutral-subtle: #00031B !important;
   --background-color-neutral-subtle: #00031B !important;
   --background-color-interactive-subtle: #0D1026 !important;
   --background-color-interactive-subtle: #0D1026 !important;
   --color-base: #91939D !important;
   --color-base: #C8C9CE !important;
   --color-progressive: #00B3E4 !important;
   --color-progressive: #00B3E4 !important;
   --color-progressive--hover: #33C5ED !important;
   --color-progressive--hover: #33C5ED !important;
}
}

Revision as of 14:24, 17 January 2026

:root {
  --background-color-base: #00031B !important;
  --background-color-neutral-subtle: #00031B !important;
  --background-color-interactive-subtle: #0D1026 !important;
  --color-base: #C8C9CE !important;
  --color-progressive: #00B3E4 !important;
  --color-progressive--hover: #33C5ED !important;
}