From f16f4c9b121744ce700ad2cdb5f77a54a4e9a7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Karl=C3=A9n?= <113891532+adriankarlen@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:20:32 +0200 Subject: [PATCH] fix(vercel): landing card grid gradient (#198) --- styles/vercel/catppuccin.user.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/vercel/catppuccin.user.css b/styles/vercel/catppuccin.user.css index 569d73a..7eca7a4 100644 --- a/styles/vercel/catppuccin.user.css +++ b/styles/vercel/catppuccin.user.css @@ -188,5 +188,12 @@ svg { --geist-stroke: var(--geist-background) !important; } + + .card-grid_card__S85BZ { + background: linear-gradient(180deg, @base 0%, @crust 100%); + &:hover { + background: linear-gradient(180deg, @base 0%, @mantle 100%); + } + } } }