change up gradients

This commit is contained in:
Samidy 2025-12-06 18:27:18 +03:00 committed by GitHub
parent faf733112b
commit 404be2c52e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,8 +117,8 @@ const generateThemeFromColor = (colorName: ColorNames): Theme => {
},
home: {
heroNameColor: 'transparent',
heroNameBackground: `-webkit-linear-gradient(120deg, ${colorSet[400]} 30%, ${colorSet[500]})`,
heroImageBackground: `linear-gradient(-45deg, ${colorSet[400]} 50%, ${colorSet[500]} 50%)`,
heroNameBackground: '-webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4)',
heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)',
heroImageFilter: 'blur(44px)'
}
},