Skip to content

Commit

Permalink
Fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
th3jesta committed Jan 9, 2023
1 parent f70d25b commit 8a2d131
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,18 @@
text-transform: uppercase;
border-radius: 0px !important;
}
ha-card.middle > ha-gauge {
--primary-text-color: var(--lcars-text-gray);
}
ha-card.middle-right > ha-gauge {
--primary-text-color: var(--lcars-text-gray);
}
ha-card.middle > .name {
color: var(--lcars-text-gray);
}
ha-card.middle-right > .name {
color: var(--lcars-text-gray);
}
/* Footer classes and fixes for specific cards */
ha-card.footer {
background: var(--lcars-card-bottom-color) !important;
Expand Down

0 comments on commit 8a2d131

Please sign in to comment.