Update backdrop-filter blur value in index.css

This commit is contained in:
Woody 2023-12-13 00:24:56 +01:00
parent 2dbf72e452
commit 2a40baf509
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -1346,7 +1346,7 @@ TD .checkmark, TD .radiomark {
}
dialog::backdrop {
backdrop-filter: blur(5px);
backdrop-filter: blur(10px);
}
dialog {
max-height: 70%;