changing mobile menu background blur

This commit is contained in:
sefaria
2026-06-29 16:42:17 +02:00
parent 1ee89a9b1e
commit 42e08bdb7e
+3 -3
View File
@@ -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); --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; --border: #d8d8d8;
--overlay: rgb(12 12 12 / 0.24); --overlay: rgb(12 12 12 / 0.8);
--panel: rgb(255 255 255 / 0.76); --panel: rgb(255 255 255 / 0.76);
} }
@@ -622,8 +622,8 @@ button:active, .button-primary:active, .logo:active {
position: fixed; position: fixed;
inset: 0; inset: 0;
background: var(--overlay); background: var(--overlay);
backdrop-filter: blur(10px); backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(6px);
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
transition: opacity 0.25s ease; transition: opacity 0.25s ease;