From 89101656addb8f0695981555426d393974a5c5c8 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 1 Jul 2025 14:54:27 +0200 Subject: [PATCH] update css --- files/homeassistant/templates/alert.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/homeassistant/templates/alert.yaml b/files/homeassistant/templates/alert.yaml index 30322f8..c4ac98a 100644 --- a/files/homeassistant/templates/alert.yaml +++ b/files/homeassistant/templates/alert.yaml @@ -65,7 +65,11 @@ filter: ha-card { --icon-size: 1.9em; --icon-symbol-size: 1.8em; + --card-primary-font-size: 0.7em; + --card-secondary-font-size: 0.7em; + --card-primary-line-height: 1.0em; + --card-secondary-line-height: 1.0em; animation: blink 1s linear infinite; - } + } @keyframes blink { 50% {opacity: 0;} } show_empty: true