Skip to content

Commit

Permalink
Fix link color for Hass.io update panel (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Oct 2, 2018
1 parent 7aa3718 commit e1738b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hassio/src/dashboard/hassio-hass-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e1738b6

Please sign in to comment.