Fix link color for Hass.io update panel (#1721)

This commit is contained in:
Paulus Schoutsen 2018-10-02 14:16:35 +02:00 committed by GitHub
parent 7aa37183b6
commit e1738b625d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">