Jump to content

MediaWiki:Common.css: Difference between revisions

From TypeGG Wiki
m brighten default text color
m update text color to aevi's recommendation
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: #C8C9CE !important;
   --color-base: #B8B9C0 !important;
   --color-progressive: #00B3E4 !important;
   --color-progressive: #00B3E4 !important;
   --color-progressive--hover: #33C5ED !important;
   --color-progressive--hover: #33C5ED !important;
}
}

Revision as of 14:27, 17 January 2026

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