mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add color to hass-error-screen (#6803)
This commit is contained in:
parent
d69333dea4
commit
bd66bd6cf0
@ -63,6 +63,7 @@ class HassErrorScreen extends LitElement {
|
|||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
|
color: var(--primary-text-color);
|
||||||
height: calc(100% - 64px);
|
height: calc(100% - 64px);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user