fix(vercel): landing card grid gradient (#198)
This commit is contained in:
parent
a61e171358
commit
f16f4c9b12
@ -188,5 +188,12 @@
|
|||||||
svg {
|
svg {
|
||||||
--geist-stroke: var(--geist-background) !important;
|
--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%);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user