ligbox-ops-platform/specs/019-ops-console-active-operations/deploy/frontend/design-tokens.css
Ligbox Spec Hub 3a2c64834b Initial import: ligbox-ops-platform + specs + LAPTOP + obsidian merge (CT130)
Source: VM122 /opt + obsidian-infra + LAPTOP
Hub: CT130 spec-hub 10.10.10.130
2026-06-19 17:26:41 +00:00

19 lines
495 B
CSS

:root {
--lb-bg-app: #0f1219;
--lb-bg-sidebar: #141824;
--lb-bg-panel: #1a1f2e;
--lb-bg-card: #252b3b;
--lb-bg-hover: #2d3448;
--lb-border: #3d4559;
--lb-accent: #1565d8;
--lb-text-primary: #e8eaed;
--lb-text-secondary: #9aa0a6;
--lb-text-muted: #6b7280;
--lb-sev-high: #f44336;
--lb-src-wazuh: #00a9e0;
--lb-src-onboard: #7c4dff;
--lb-font: 'Inter', system-ui, sans-serif;
--lb-mono: 'JetBrains Mono', monospace;
--lb-sidebar-width: 240px;
--lb-radius: 6px;
}