mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 02:06:42 +00:00
Fix link colors in hassio addon view
This commit is contained in:
parent
f8d3e55fe0
commit
ae82eabaec
@ -168,6 +168,9 @@ class HassioAddonInfo extends EventsMixin(PolymerElement) {
|
||||
.protection-enable mwc-button {
|
||||
--mdc-theme-primary: white;
|
||||
}
|
||||
.description a, ha-markdown a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
</style>
|
||||
|
||||
<template is="dom-if" if="[[computeUpdateAvailable(addon)]]">
|
||||
|
Loading…
x
Reference in New Issue
Block a user