feat: vignette style control

This commit is contained in:
Azgaar 2023-11-23 04:22:37 +04:00
parent 8aa38d9ace
commit 4e7b07e3e3
4 changed files with 112 additions and 21 deletions

View file

@ -384,5 +384,19 @@
"opacity": 0.98,
"fill": "#30426f",
"filter": null
},
"#vignette": {
"opacity": 0.5,
"fill": "#000000",
"filter": null
},
"#vignette-rect": {
"x": "1%",
"y": "2%",
"width": "98%",
"height": "96%",
"rx": "10%",
"ry": "10%",
"filter": "blur(20px)"
}
}