From 2289a60f080d845b556b97a05b37a1b2cf34fbe7 Mon Sep 17 00:00:00 2001 From: planetabhi Date: Fri, 22 Dec 2023 00:11:08 +0530 Subject: [PATCH] polishing --- src/components/Card.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Card.css b/src/components/Card.css index 36e2a60..2c10fd4 100644 --- a/src/components/Card.css +++ b/src/components/Card.css @@ -14,6 +14,7 @@ 0px 12px 12px -6px var(--shadow-color), 0px 24px 24px -12px var(--shadow-color); transition:all .12s ease-out; + border: 1px solid transparent; } .link-card>a { @@ -29,7 +30,7 @@ p { .link-card:is(:hover, :focus-within) { background-position: 0; - --shadow-color: rgb(0 0 0 / 0.06); + border: 1px solid var(--border); } p.distribution {