Fix undefined --background CSS variable causing blank status panel
Build and Push Docker Image / build (push) Successful in 44s
CI / Security audit (push) Successful in 1m15s
CI / Tests & coverage (push) Successful in 1m34s
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:
@@ -36,6 +36,7 @@
|
|||||||
--bg-gradient-end: #d4dee8;
|
--bg-gradient-end: #d4dee8;
|
||||||
|
|
||||||
/* Surfaces */
|
/* Surfaces */
|
||||||
|
--background: #f5f7f9;
|
||||||
--surface: #ffffff;
|
--surface: #ffffff;
|
||||||
--surface-alt: #f0f4f7;
|
--surface-alt: #f0f4f7;
|
||||||
|
|
||||||
@@ -98,6 +99,7 @@
|
|||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
--bg-gradient-start: #1a1a2e;
|
--bg-gradient-start: #1a1a2e;
|
||||||
--bg-gradient-end: #16213e;
|
--bg-gradient-end: #16213e;
|
||||||
|
--background: #161622;
|
||||||
--surface: #1e1e2f;
|
--surface: #1e1e2f;
|
||||||
--surface-alt: #2a2a3d;
|
--surface-alt: #2a2a3d;
|
||||||
--text-primary: #e0e0e0;
|
--text-primary: #e0e0e0;
|
||||||
@@ -136,6 +138,7 @@
|
|||||||
[data-theme="mono"] {
|
[data-theme="mono"] {
|
||||||
--bg-gradient-start: #222222;
|
--bg-gradient-start: #222222;
|
||||||
--bg-gradient-end: #333333;
|
--bg-gradient-end: #333333;
|
||||||
|
--background: #141414;
|
||||||
--surface: #1a1a1a;
|
--surface: #1a1a1a;
|
||||||
--surface-alt: #252525;
|
--surface-alt: #252525;
|
||||||
--text-primary: #d0d0d0;
|
--text-primary: #d0d0d0;
|
||||||
|
|||||||
Reference in New Issue
Block a user