summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_card.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_card.scss')
-rw-r--r--assets/css/components/_card.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/components/_card.scss b/assets/css/components/_card.scss
index 7bd76f3..37d4b0e 100644
--- a/assets/css/components/_card.scss
+++ b/assets/css/components/_card.scss
@@ -25,6 +25,7 @@
25 display: flex; 25 display: flex;
26 position: relative; 26 position: relative;
27 align-items: center; 27 align-items: center;
28 transform: translateY(0);
28 transition: transform .2s, background-color .2s, color .2s; 29 transition: transform .2s, background-color .2s, color .2s;
29 background-color: prop(--colors --bg); 30 background-color: prop(--colors --bg);
30 line-height: 1.4; 31 line-height: 1.4;