check for key duplicates

This commit is contained in:
2023-12-13 23:14:28 +01:00
parent 8af1801527
commit d3a6f5d6d6
3 changed files with 36 additions and 16 deletions

View File

@ -7,6 +7,10 @@ body {
}
@supports (backdrop-filter: blur()) {
.modal {
backdrop-filter: blur(2px);
}
.modal-content {
background-color: rgba(33, 37, 41, 30%);
backdrop-filter: blur(15px);