Use theme color in loading screen. (#10248)

This commit is contained in:
Andrey 2017-10-31 14:30:50 +02:00 committed by Fabian Affolter
parent 8832de80bc
commit ae34640a80

View File

@ -38,7 +38,7 @@
display: block;
content: "";
height: 48px;
background-color: #03A9F4;
background-color: {{ theme_color }};
}
#ha-init-skeleton .message {
@ -52,7 +52,7 @@
}
#ha-init-skeleton a {
color: #03A9F4;
color: {{ theme_color }};
text-decoration: none;
font-weight: bold;
}