diff --git a/core/src/components/card/card.scss b/core/src/components/card/card.scss
index 1533859cf3..f1ce991026 100755
--- a/core/src/components/card/card.scss
+++ b/core/src/components/card/card.scss
@@ -65,7 +65,7 @@
outline: none;
- background: var(--background);
+ background: inherit;
}
.card-native::-moz-focus-inner {
diff --git a/core/src/components/card/test/button/index.html b/core/src/components/card/test/button/index.html
index 69d68f0be9..e217674761 100644
--- a/core/src/components/card/test/button/index.html
+++ b/core/src/components/card/test/button/index.html
@@ -50,6 +50,33 @@
+
+
+
+ Subtitle
+
+
+ Button Card
+
+
+
+
+ This is content, inside of a card with a button attribute.
+
+
+
+
+
+
+ Anchor Card
+
+
+
+
+ This is content, inside of a card with a href attribute.
+
+
+