Reduced the blur a little
All checks were successful
Build / build (push) Successful in 55s

This commit is contained in:
Leon Mika 2025-09-07 10:17:38 +10:00
parent a93dc05667
commit a047d89dad

View file

@ -18,8 +18,8 @@ dialog#command-dialog {
/* Frosted glass effect */ /* Frosted glass effect */
background: rgba(225, 225, 225, 0.38); background: rgba(225, 225, 225, 0.38);
backdrop-filter: blur(20px); backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(15px);
/* Subtle grey border and rounded corners */ /* Subtle grey border and rounded corners */
border: 1px solid rgba(169, 169, 169, 0.3); border: 1px solid rgba(169, 169, 169, 0.3);