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%); + } + } } }