feat: vignette - save styles

This commit is contained in:
Azgaar 2023-11-25 19:31:44 +04:00
parent 7f60a4a12a
commit b0a966fa2e
11 changed files with 143 additions and 1 deletions

View file

@ -384,5 +384,19 @@
"opacity": 1,
"fill": "#30426f",
"filter": null
},
"#vignette": {
"opacity": 0.3,
"fill": "#000000",
"filter": null
},
"#vignette-rect": {
"x": "0.3%",
"y": "0.4%",
"width": "99.6%",
"height": "99.2%",
"rx": "5%",
"ry": "5%",
"filter": "blur(20px)"
}
}