medium-zoom 遮罩层样式调整

This commit is contained in:
tangly1024
2022-01-06 16:53:13 +08:00
parent e2b56b515b
commit b0ab16a4e8

View File

@@ -159,4 +159,8 @@ nav {
background: rgba(31, 41, 55, .75);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.medium-zoom-overlay{
background: none !important;
}