Skip to content

Commit 7f2198e

Browse files
committed
Black text for card actions and position badge.
1 parent 9128a46 commit 7f2198e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/lcars.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@
310310
--lcars-vertical-border: {{ states('input_number.lcars_vertical') if has_value('input_number.lcars_vertical') else 35 }}px !important;
311311
--lcars-middle-vertical-border: {{ states('input_number.lcars_vertical') if has_value('input_number.lcars_vertical') else 35 }}px !important;
312312
}
313+
ha-card > .card-actions,
314+
ha-card > .card-actions .position-badge {
315+
color: black;
316+
}
313317
314318
/* =============================================== */
315319
/* HEADER CLASSES AND CARD TYPE FIXES */

0 commit comments

Comments
 (0)