Skip to content

Commit

Permalink
Update backdrop-filter blur value in index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Dec 12, 2023
1 parent 2dbf72e commit 2a40baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/data/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ TD .checkmark, TD .radiomark {
}

dialog::backdrop {
backdrop-filter: blur(5px);
backdrop-filter: blur(10px);
}
dialog {
max-height: 70%;
Expand Down

0 comments on commit 2a40baf

Please sign in to comment.