fix: dashboard bg color on light theme

This commit is contained in:
Sonny
2024-11-03 23:23:23 +01:00
committed by Sonny
parent 40069905fa
commit 6f807e51e8
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
.ml_bg_color {
background-color: light-dark(var(--ml-bg-light), var(--ml-bg-dark));
background-color: light-dark(
var(--ml-bg-light),
var(--ml-bg-dark)
) !important;
}