Add color to hass-error-screen (#6803)

This commit is contained in:
Joakim Sørensen 2020-09-06 18:29:22 +02:00 committed by GitHub
parent d69333dea4
commit bd66bd6cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;