diff --git a/headroom/dashboard/templates/dashboard.html b/headroom/dashboard/templates/dashboard.html index 3d3021046..6d77d6342 100644 --- a/headroom/dashboard/templates/dashboard.html +++ b/headroom/dashboard/templates/dashboard.html @@ -99,6 +99,9 @@ html:not(.dark) .text-cyan-200\/80 { color: #0e7490; } html:not(.dark) .text-cyan-300\/75 { color: #0891b2; } html:not(.dark) .text-violet-300\/75 { color: #7c3aed; } + /* Light mode: fix hardcoded dark card backgrounds */ + .bg-card-alt { background: var(--card-alt-bg); } + .hover-bg-surface:hover { background: var(--color-surface); } @@ -324,26 +327,26 @@
-
-
+
Before
-
+
After
-
+
Saved
-
+
Savings
@@ -352,7 +355,7 @@