feat: vignette - style presets

This commit is contained in:
Azgaar 2023-11-26 16:09:05 +04:00
parent b0a966fa2e
commit 26ed9e929b
9 changed files with 35 additions and 35 deletions

View file

@ -386,17 +386,17 @@
"filter": null
},
"#vignette": {
"opacity": 0.3,
"opacity": 0.2,
"fill": "#000000",
"filter": null
},
"#vignette-rect": {
"x": "0.3%",
"y": "0.4%",
"width": "99.6%",
"height": "99.2%",
"x": "0.2%",
"y": "0.3%",
"width": "99.8%",
"height": "99.4%",
"rx": "5%",
"ry": "5%",
"filter": "blur(20px)"
"filter": "blur(30px)"
}
}