Fixes Color not being overwritten by themes for cards (#2179)

This commit is contained in:
Zack Arnett 2018-12-05 06:31:54 -05:00 committed by Paulus Schoutsen
parent 8274284294
commit e2e002b9a9

View File

@ -12,6 +12,7 @@ class HaCard extends PolymerElement {
border-radius: 2px;
transition: all 0.3s ease-out;
background-color: var(--paper-card-background-color, white);
color: var(--primary-text-color);
}
.header {
@apply --paper-font-headline;