Skip to content

Commit

Permalink
Black text for card actions and position badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
th3jesta committed Nov 11, 2024
1 parent 9128a46 commit 7f2198e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@
--lcars-vertical-border: {{ states('input_number.lcars_vertical') if has_value('input_number.lcars_vertical') else 35 }}px !important;
--lcars-middle-vertical-border: {{ states('input_number.lcars_vertical') if has_value('input_number.lcars_vertical') else 35 }}px !important;
}
ha-card > .card-actions,
ha-card > .card-actions .position-badge {
color: black;
}
/* =============================================== */
/* HEADER CLASSES AND CARD TYPE FIXES */
Expand Down

0 comments on commit 7f2198e

Please sign in to comment.