mirror of
https://github.com/home-assistant/core.git
synced 2025-06-10 08:07:06 +00:00
Use theme color in loading screen. (#10248)
This commit is contained in:
parent
8832de80bc
commit
ae34640a80
@ -38,7 +38,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
content: "";
|
content: "";
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background-color: #03A9F4;
|
background-color: {{ theme_color }};
|
||||||
}
|
}
|
||||||
|
|
||||||
#ha-init-skeleton .message {
|
#ha-init-skeleton .message {
|
||||||
@ -52,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ha-init-skeleton a {
|
#ha-init-skeleton a {
|
||||||
color: #03A9F4;
|
color: {{ theme_color }};
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user