@supports (backdrop-filter: blur())

This commit is contained in:
Adrien MALINGREY 2023-04-24 18:06:47 +02:00
parent 4a377b6a7a
commit 0f7e63d1c7

View File

@ -6,10 +6,12 @@ body {
background: linear-gradient(#212529, #14171a) fixed;
}
@supports (backdrop-filter: blur()) {
.modal-content {
background-color: rgba(33, 37, 41, 30%);
backdrop-filter: blur(15px);
}
}
.card {
background-color: rgb(37, 41, 45);