mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix link color for Hass.io update panel (#1721)
This commit is contained in:
parent
7aa37183b6
commit
e1738b625d
@ -19,6 +19,9 @@ class HassioHassUpdate extends PolymerElement {
|
||||
color: var(--google-red-500);
|
||||
margin-top: 16px;
|
||||
}
|
||||
a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
</style>
|
||||
<template is="dom-if" if="[[computeUpdateAvailable(hassInfo)]]">
|
||||
<div class="content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user