Skip to content

Commit

Permalink
More aggressive blur
Browse files Browse the repository at this point in the history
  • Loading branch information
NadavTasher committed Nov 9, 2024
1 parent 249cabb commit e1098db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/src/frontend/stylesheets/modals.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ html:has(.overlay) {
justify-content: center;

/* Blur the background */
backdrop-filter: blur(0.4rem);
backdrop-filter: blur(1rem);
}

.overlay, .modal {
Expand Down

0 comments on commit e1098db

Please sign in to comment.