From 8a2d1310f4cbf9e9fb4d6b5fb439d4f485e73b41 Mon Sep 17 00:00:00 2001 From: th3jesta Date: Mon, 9 Jan 2023 11:13:37 -0500 Subject: [PATCH] Fix #21 --- themes/lcars.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/lcars.yaml b/themes/lcars.yaml index 465fc1e..3fa6a3b 100644 --- a/themes/lcars.yaml +++ b/themes/lcars.yaml @@ -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;