mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat: add filter to backgroundImage
This commit is contained in:
parent
dcbaafc433
commit
25d8b64ebf
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ module.exports = {
|
|||
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
|
||||
"gradient-conic":
|
||||
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
|
||||
filter: "brightness(120%) saturate(120%) blur(2px)",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue