MediaWiki:RPGC-variables.css

From RPG Continuum Wiki
Revision as of 21:16, 4 July 2026 by Mrbobert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
:root {
    --rpgc-bg: #0b0d10;
    --rpgc-bg-deep: #06080a;
    --rpgc-panel: #10151b;
    --rpgc-panel-2: #151b22;
    --rpgc-panel-3: #1c2228;
    --rpgc-border: #2a333d;
    --rpgc-border-bright: #3d6fae;
    --rpgc-blue: #4f86d6;
    --rpgc-blue-dark: #315f9d;
    --rpgc-blue-glow: rgba(79, 134, 214, 0.45);
    --rpgc-text: #eeeeee;
    --rpgc-muted: #aca6ad;
    --rpgc-gold: #f0c674;

    --background-color-base: #10151b;
    --background-color-neutral: #151b22;
    --background-color-interactive: #315f9d;
    --border-color-base: #2a333d;
    --color-base: #eeeeee;
    --color-subtle: #aca6ad;
    --color-progressive: #6fa8ff;
}