mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 05:06:38 +00:00
Add ha-subppage toolbar css styles (#4409)
This commit is contained in:
parent
e779f0747e
commit
f0808c1f54
@ -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,
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user