1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Update cast launch screen colors (#19754)

This commit is contained in:
Jeremy Noesen
2024-03-04 08:45:54 -06:00
committed by GitHub
parent 5523cd6203
commit 05e2e305e4

View File

@@ -28,7 +28,7 @@ class HcLaunchScreen extends LitElement {
:host { :host {
display: block; display: block;
height: 100vh; height: 100vh;
background-color: white; background-color: #f2f4f9;
font-size: 24px; font-size: 24px;
} }
.container { .container {
@@ -43,6 +43,9 @@ class HcLaunchScreen extends LitElement {
max-width: 80%; max-width: 80%;
object-fit: cover; object-fit: cover;
} }
.status {
color: #1d2126;
}
`; `;
} }
} }