Use app-header-text-color (#10711)

This commit is contained in:
Joakim Sørensen 2021-11-26 17:11:06 +01:00 committed by GitHub
parent f70485bc49
commit 6177d2b416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ class HassTabsSubpage extends LitElement {
box-sizing: border-box;
}
.toolbar a {
color: var(--sidebar-text-color);
color: var(--app-header-text-color);
text-decoration: none;
}
.bottom-bar a {