Fix text color for system panel (#1695)

This commit is contained in:
Paulus Schoutsen 2018-09-24 11:05:16 +02:00 committed by GitHub
parent 01e833a399
commit a5d47231aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class HassioHostInfo extends EventsMixin(PolymerElement) {
}
.card-content {
height: 200px;
color: var(--primary-text-color);
}
@media screen and (max-width: 830px) {
paper-card {

View File

@ -16,6 +16,7 @@ class HassioSupervisorInfo extends EventsMixin(PolymerElement) {
}
.card-content {
height: 200px;
color: var(--primary-text-color);
}
@media screen and (max-width: 830px) {
paper-card {