mirror of
https://github.com/trafficlunar/statsys.git
synced 2026-03-28 11:13:17 +00:00
- use CSS variables for colors - attempt to fix mobile support (tooltips are still kinda broken) - use 1 decimal place for uptime percentages
40 lines
1.5 KiB
CSS
40 lines
1.5 KiB
CSS
/* Catppuccin Frappé Theme */
|
|
:root {
|
|
--bg-body: #303446; /* Base */
|
|
--bg-main: #292c3c; /* Mantle */
|
|
|
|
--text-primary: #c6d0f5; /* Text */
|
|
--text-secondary: rgba(165, 173, 206, 0.6); /* Overlay2 @ 60% */
|
|
|
|
--border-primary: #8caaee; /* Blue */
|
|
--border-secondary: rgba(98, 104, 128, 0.6); /* Overlay1 @ 60% */
|
|
--border-subtle: rgba(140, 170, 238, 0.2); /* Blue @ 20% */
|
|
--border-dotted: rgba(140, 170, 238, 0.4); /* Blue @ 40% */
|
|
--border-outline: rgba(140, 170, 238, 0.12); /* Blue @ 12% */
|
|
|
|
--accent-primary: #8caaee; /* Blue */
|
|
--accent-secondary: #292c3c; /* Mantle */
|
|
--accent-tertiary: rgba(140, 170, 238, 0.85); /* Blue @ 85% */
|
|
--accent-muted: rgba(140, 170, 238, 0.5); /* Blue @ 50% */
|
|
--accent-faded: rgba(140, 170, 238, 0.4); /* Blue @ 40% */
|
|
|
|
--status-online: #a6d189; /* Green */
|
|
--status-online-border: #a6d189; /* Green */
|
|
--status-degraded: #e5c890; /* Yellow */
|
|
--status-degraded-pattern: rgba(35, 38, 52, 0.35); /* Crust @ 35% */
|
|
--status-degraded-border: #e5c890; /* Yellow */
|
|
--status-offline: #e78284; /* Red */
|
|
--status-offline-x: #292c3c; /* Mantle */
|
|
--status-offline-border: #e78284; /* Red */
|
|
--status-unknown: #414559; /* Surface0 */
|
|
|
|
--hover-bg: rgba(140, 170, 238, 0.12); /* Blue @ 12% */
|
|
--hover-text: #292c3c; /* Mantle */
|
|
--selected-bg: rgba(140, 170, 238, 0.15); /* Blue @ 15% */
|
|
|
|
--tooltip-bg: #292c3c; /* Mantle */
|
|
--tooltip-text: #c6d0f5; /* Text */
|
|
--tooltip-border: rgba(140, 170, 238, 0.3); /* Blue @ 30% */
|
|
|
|
--shadow-color: rgba(0, 0, 0, 0.4); /* Black @ 40% */
|
|
}
|