fix(vercel): landing card grid gradient (#198)

This commit is contained in:
Adrian Karlén 2023-09-15 08:20:32 +02:00 committed by GitHub
parent a61e171358
commit f16f4c9b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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