mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
Fix init page message color (#7780)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
89175f8e85
commit
7de7d1d926
@ -60,7 +60,7 @@ class HaInitPage extends LitElement {
|
|||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
color: var(--text-primary-color);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user