Fix init page message color (#7780)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Paulus Schoutsen 2020-11-25 15:22:22 +01:00 committed by GitHub
parent 89175f8e85
commit 7de7d1d926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ class HaInitPage extends LitElement {
}
p {
max-width: 350px;
color: var(--text-primary-color);
color: var(--primary-text-color);
}
`;
}