From cc567c4c3c4c87d006363100d860cc04b36dc3f5 Mon Sep 17 00:00:00 2001 From: Love sonkar <82786865+love-sonkar@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:43:10 +0530 Subject: [PATCH 1/2] Update in card.styl file to fix background white issue --- src/styl/imports/card.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styl/imports/card.styl b/src/styl/imports/card.styl index a9304bec9..ccebd5592 100644 --- a/src/styl/imports/card.styl +++ b/src/styl/imports/card.styl @@ -172,6 +172,7 @@ border .8em solid secondary-color animation bounce 200ms cubic-bezier(.4,.0,.23,1) opacity 1 + background-color secondary-color &::before content '' From d2bf5449ab4d0f4bbf03fed8e8f42ea003e7bed6 Mon Sep 17 00:00:00 2001 From: Love sonkar <82786865+love-sonkar@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:35:04 +0530 Subject: [PATCH 2/2] Update src/styl/imports/card.styl Co-authored-by: Zadkiel Aharonian --- src/styl/imports/card.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styl/imports/card.styl b/src/styl/imports/card.styl index ccebd5592..f41bffedc 100644 --- a/src/styl/imports/card.styl +++ b/src/styl/imports/card.styl @@ -172,7 +172,7 @@ border .8em solid secondary-color animation bounce 200ms cubic-bezier(.4,.0,.23,1) opacity 1 - background-color secondary-color + background-color secondary-color &::before content ''