diff --git a/src/components/card/card.scss b/src/components/card/card.scss index 36526861d014..327eab5525ff 100644 --- a/src/components/card/card.scss +++ b/src/components/card/card.scss @@ -17,6 +17,7 @@ md-card { border-radius: $md-card-border-radius; font-family: $md-font-family; background: md-color($md-background, card); + color: md-color($md-foreground, base); } md-card:hover { diff --git a/src/components/list/list.scss b/src/components/list/list.scss index 13ab1a530931..3c001d6f5136 100644 --- a/src/components/list/list.scss +++ b/src/components/list/list.scss @@ -42,6 +42,7 @@ based on whether the list is in dense mode. font-size: $font-size; height: $base-height; padding: 0 $md-list-side-padding; + color: md-color($md-foreground, base); } &.md-list-avatar .md-list-item {