mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Make app toolbar text color themeable (#1225)
* Make app toolbar text color themeable * Update ha-style.js * Also theme tab selection bar
This commit is contained in:
parent
b378b92aa8
commit
3c48973584
@ -48,7 +48,7 @@ import EventsMixin from '../mixins/events-mixin.js';
|
|||||||
|
|
||||||
paper-tabs {
|
paper-tabs {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
--paper-tabs-selection-bar-color: #FFF;
|
--paper-tabs-selection-bar-color: var(--text-primary-color, #FFF);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -151,7 +151,7 @@ documentContainer.innerHTML = `<custom-style>
|
|||||||
app-header, app-toolbar {
|
app-header, app-toolbar {
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: white;
|
color: var(--text-primary-color, white);
|
||||||
}
|
}
|
||||||
|
|
||||||
app-toolbar ha-menu-button + [main-title],
|
app-toolbar ha-menu-button + [main-title],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user