Revert 10711 (#10736)

This commit is contained in:
Joakim Sørensen 2021-11-30 18:02:02 +01:00 committed by GitHub
parent 933fd72629
commit d5fc751da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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