mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 11:47:04 +00:00
Use theme color in loading screen. (#10248)
This commit is contained in:
parent
8832de80bc
commit
ae34640a80
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user