Translucent_Relief/CSS/variables.css

23 lines
810 B
CSS
Raw Permalink Normal View History

2026-08-18 16:06:28 +08:00
 :root {
--bg-base: #f3f4f6;
--bg-panel: #ffffff;
--bg-elevated: #f9fafb;
--bg-input: #f3f4f6;
--bg-hover: #eceef1;
--border: #e2e5ea;
--border-hover: #c8cdd6;
--text: #1a1d23;
--text-2: #5a5f6a;
--text-3: #8b8f99;
--accent: #0078d4;
--accent-hi: #2b88d8;
--accent-lo: #005a9e;
--accent-glow: rgba(0, 120, 212, 0.12);
--warn: #d13438;
--warn-glow: rgba(209, 52, 56, 0.12);
--ok: #107c10;
--radius: 8px;
--radius-sm: 5px;
--shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}