@supports (backdrop-filter: blur())
This commit is contained in:
parent
4a377b6a7a
commit
0f7e63d1c7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user