mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +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;
|
border-radius: 2px;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
background-color: var(--paper-card-background-color, white);
|
background-color: var(--paper-card-background-color, white);
|
||||||
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
@apply --paper-font-headline;
|
@apply --paper-font-headline;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user