mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
update gradients for dark mode too
This commit is contained in:
parent
404be2c52e
commit
99ea28000b
1 changed files with 2 additions and 2 deletions
|
|
@ -182,8 +182,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)'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue