User:Cynthia/common.css: Difference between revisions

From Foxwells Wiki
Jump to navigation Jump to search
Created page with ":root { --bg-main: #141212; --bg-surface: #141212; --bg-sidebar: #141212; --bg-footer: #141212; --bg-tabs: #141212; --border-color: #c9c7cd; --accent: #7d9ece; --accent-hover: #a6b6e9; --text-main: #c9c7cd; --text-muted: #393535; }"
 
No edit summary
Line 1: Line 1:
:root {
:root {
   --bg-main: #141212;
   --bg-main: #141212 !important;
   --bg-surface: #141212;
   --bg-surface: #141212 !important;
   --bg-sidebar: #141212;
   --bg-sidebar: #141212 !important;
   --bg-footer: #141212;
   --bg-footer: #141212 !important;
   --bg-tabs: #141212;
   --bg-tabs: #141212 !important;
   --border-color: #c9c7cd;
   --border-color: #c9c7cd !important;
   --accent: #7d9ece;
   --accent: #7d9ece !important;
   --accent-hover: #a6b6e9;
   --accent-hover: #a6b6e9 !important;
   --text-main: #c9c7cd;
   --text-main: #c9c7cd !important;
   --text-muted: #393535;
   --text-muted: #393535 !important;
}
}

Revision as of 02:59, 12 July 2025

:root {
  --bg-main: #141212 !important;
  --bg-surface: #141212 !important;
  --bg-sidebar: #141212 !important;
  --bg-footer: #141212 !important;
  --bg-tabs: #141212 !important;
  --border-color: #c9c7cd !important;
  --accent: #7d9ece !important;
  --accent-hover: #a6b6e9 !important;
  --text-main: #c9c7cd !important;
  --text-muted: #393535 !important;
}