From 81e1e5be8f3a1eed4401226a0ffd1d5a00e5c789 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 8 Nov 2018 16:31:49 +0100 Subject: [PATCH] Fix link color in persistent notification (#2023) --- .../notifications/hui-persistent-notification-item.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panels/lovelace/components/notifications/hui-persistent-notification-item.js b/src/panels/lovelace/components/notifications/hui-persistent-notification-item.js index e76fd1251d..b4db796b4c 100644 --- a/src/panels/lovelace/components/notifications/hui-persistent-notification-item.js +++ b/src/panels/lovelace/components/notifications/hui-persistent-notification-item.js @@ -28,6 +28,9 @@ export class HuiPersistentNotificationItem extends LocalizeMixin( ha-relative-time { color: var(--secondary-text-color); } + a { + color: var(--primary-color); + } [[_computeTitle(notification)]]