mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix link color in persistent notification (#2023)
This commit is contained in:
parent
6c44a92e2c
commit
81e1e5be8f
@ -28,6 +28,9 @@ export class HuiPersistentNotificationItem extends LocalizeMixin(
|
||||
ha-relative-time {
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
</style>
|
||||
<hui-notification-item-template>
|
||||
<span slot="header">[[_computeTitle(notification)]]</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user