mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Fixes Color not being overwritten by themes for cards (#2179)
This commit is contained in:
parent
8274284294
commit
e2e002b9a9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user