1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-22 11:39:47 +01:00

remove body blur

This commit is contained in:
Kushagra Gour 2024-02-29 13:31:41 +05:30
parent 58ab5ce4e0
commit cfaa67b66b

View File

@ -482,8 +482,6 @@ a > svg {
body:not(.light-version).overlay-visible .main-container {
transition-duration: 0.5s;
transform: scale(0.98);
/* transition-delay: 0.4s; */
filter: blur(2px);
}
.content-wrap {