Fix undefined --background CSS variable causing blank status panel
All checks were successful
Build and Push Docker Image / build (push) Successful in 44s
CI / Security audit (push) Successful in 1m15s
CI / Tests & coverage (push) Successful in 1m34s

This commit is contained in:
2026-05-19 22:59:16 +01:00
parent 96f24eb3b7
commit d310d101ed

View File

@@ -36,6 +36,7 @@
--bg-gradient-end: #d4dee8;
/* Surfaces */
--background: #f5f7f9;
--surface: #ffffff;
--surface-alt: #f0f4f7;
@@ -98,6 +99,7 @@
[data-theme="dark"] {
--bg-gradient-start: #1a1a2e;
--bg-gradient-end: #16213e;
--background: #161622;
--surface: #1e1e2f;
--surface-alt: #2a2a3d;
--text-primary: #e0e0e0;
@@ -136,6 +138,7 @@
[data-theme="mono"] {
--bg-gradient-start: #222222;
--bg-gradient-end: #333333;
--background: #141414;
--surface: #1a1a1a;
--surface-alt: #252525;
--text-primary: #d0d0d0;