Skip to content

Commit

Permalink
Add color to hass-error-screen (#6803)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 6, 2020
1 parent d69333d commit bd66bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/hass-error-screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class HassErrorScreen extends LitElement {
pointer-events: auto;
}
.content {
color: var(--primary-text-color);
height: calc(100% - 64px);
display: flex;
align-items: center;
Expand Down

0 comments on commit bd66bd6

Please sign in to comment.