docs: improve homepage banner card style (#51221)

This commit is contained in:
afc163 2024-10-14 18:11:31 +08:00 committed by GitHub
parent cfe77ef6ff
commit cf68622654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ const useStyle = createStyles(({ token, css, cx }) => {
cardItem: css`
&:hover {
box-shadow: ${token.boxShadowCard};
border-color: transparent;
}
`,
sliderItem: css`