Fix link color in persistent notification (#2023)

This commit is contained in:
Paulus Schoutsen 2018-11-08 16:31:49 +01:00 committed by Zack Arnett
parent 6c44a92e2c
commit 81e1e5be8f

View File

@ -28,6 +28,9 @@ export class HuiPersistentNotificationItem extends LocalizeMixin(
ha-relative-time { ha-relative-time {
color: var(--secondary-text-color); color: var(--secondary-text-color);
} }
a {
color: var(--primary-color);
}
</style> </style>
<hui-notification-item-template> <hui-notification-item-template>
<span slot="header">[[_computeTitle(notification)]]</span> <span slot="header">[[_computeTitle(notification)]]</span>