changing mobile menu background blur
This commit is contained in:
+3
-3
@@ -190,7 +190,7 @@
|
||||
--shadow-button-active: inset 0px -1px 2px rgba(0, 0, 0, 0.16), inset 0px 1px 4px rgba(0, 0, 0, 0.28), var(--shadow-box);
|
||||
|
||||
--border: #d8d8d8;
|
||||
--overlay: rgb(12 12 12 / 0.24);
|
||||
--overlay: rgb(12 12 12 / 0.8);
|
||||
--panel: rgb(255 255 255 / 0.76);
|
||||
|
||||
}
|
||||
@@ -622,8 +622,8 @@ button:active, .button-primary:active, .logo:active {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: var(--overlay);
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.25s ease;
|
||||
|
||||
Reference in New Issue
Block a user