Skip to content

Commit 4467a3b

Browse files
committed
Reduced background blur during guided tour.
1 parent ab4d796 commit 4467a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5877,7 +5877,7 @@ details[open] .summary-arrow {
58775877
right: 0;
58785878
bottom: 0;
58795879
background: rgba(0, 0, 0, 0.4);
5880-
backdrop-filter: blur(1px);
5880+
backdrop-filter: blur(0.5px);
58815881
z-index: 10000;
58825882
opacity: 0;
58835883
transition: opacity 0.3s ease;

0 commit comments

Comments
 (0)