Skip to content

Commit 8ddb6d9

Browse files
Copilotdorkmo
andcommitted
Fix missing --text CSS variable definition
Co-authored-by: dorkmo <[email protected]>
1 parent 1ea8ec8 commit 8ddb6d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TankAlarm-112025-Server-BluesOpta/TankAlarm-112025-Server-BluesOpta.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ static const char CONFIG_GENERATOR_HTML[] PROGMEM = R"HTML(
258258
body[data-theme="light"] {
259259
--bg: #f8fafc;
260260
--surface: #ffffff;
261+
--text: #1f2933;
261262
--muted: #475569;
262263
--header-bg: #e2e8f0;
263264
--card-border: rgba(15,23,42,0.08);
@@ -272,6 +273,7 @@ static const char CONFIG_GENERATOR_HTML[] PROGMEM = R"HTML(
272273
body[data-theme="dark"] {
273274
--bg: #0f172a;
274275
--surface: #1e293b;
276+
--text: #e2e8f0;
275277
--muted: #94a3b8;
276278
--header-bg: #16213d;
277279
--card-border: rgba(15,23,42,0.55);

0 commit comments

Comments
 (0)