mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +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;
|
height: 64px;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-color: var(--primary-color);
|
background-color: var(--app-header-background-color);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--text-primary-color, white);
|
color: var(--app-header-text-color, white);
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-menu-button,
|
ha-menu-button,
|
||||||
|
@ -149,6 +149,7 @@ documentContainer.innerHTML = `<custom-style>
|
|||||||
/* app header background color */
|
/* app header background color */
|
||||||
--app-header-text-color: var(--text-primary-color);
|
--app-header-text-color: var(--text-primary-color);
|
||||||
--app-header-background-color: var(--primary-color);
|
--app-header-background-color: var(--primary-color);
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user