Add ha-subppage toolbar css styles (#4409)

This commit is contained in:
David Cramer 2020-01-02 11:55:43 -08:00 committed by Bram Kragten
parent e779f0747e
commit f0808c1f54
2 changed files with 3 additions and 2 deletions

View File

@ -53,9 +53,9 @@ class HassSubpage extends LitElement {
height: 64px;
padding: 0 16px;
pointer-events: none;
background-color: var(--primary-color);
background-color: var(--app-header-background-color);
font-weight: 400;
color: var(--text-primary-color, white);
color: var(--app-header-text-color, white);
}
ha-menu-button,

View File

@ -149,6 +149,7 @@ documentContainer.innerHTML = `<custom-style>
/* app header background color */
--app-header-text-color: var(--text-primary-color);
--app-header-background-color: var(--primary-color);
}
</style>