5d60d33db1
Volledige Foodlinkk Command Center uitbreiding met social automatisering, reclamefolder filters, Proxmox monitoring en documentatie.
30 lines
893 B
CSS
30 lines
893 B
CSS
:root {
|
|
--bg-root: #0a0e14;
|
|
--bg-surface: #121820;
|
|
--bg-elevated: #182030;
|
|
--bg-hover: #1e2a3a;
|
|
--border-subtle: #2d3f54;
|
|
--border-strong: #3d5268;
|
|
--text-primary: #f4f8fc;
|
|
--text-secondary: #c8d4e0;
|
|
--text-muted: #9fb0c4;
|
|
--text-body: #dce6f0;
|
|
--accent-cyan: #38bdf8;
|
|
--accent-cyan-dim: rgba(56, 189, 248, 0.18);
|
|
--accent-purple: #c084fc;
|
|
--accent-purple-dim: rgba(192, 132, 252, 0.18);
|
|
--accent-amber: #fcd34d;
|
|
--accent-amber-dim: rgba(252, 211, 77, 0.18);
|
|
--accent-green: #4ade80;
|
|
--accent-green-dim: rgba(74, 222, 128, 0.18);
|
|
--accent-red: #fb7185;
|
|
--accent-red-dim: rgba(251, 113, 133, 0.18);
|
|
--shadow-panel: 0 4px 24px rgba(0, 0, 0, 0.45);
|
|
--radius-sm: 4px;
|
|
--radius-md: 8px;
|
|
--radius-lg: 12px;
|
|
--font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
|
|
--font-mono: "JetBrains Mono", "Fira Code", monospace;
|
|
--sidebar-width: 240px;
|
|
}
|