@supports (backdrop-filter: blur())
This commit is contained in:
parent
4a377b6a7a
commit
0f7e63d1c7
@ -6,9 +6,11 @@ body {
|
|||||||
background: linear-gradient(#212529, #14171a) fixed;
|
background: linear-gradient(#212529, #14171a) fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
@supports (backdrop-filter: blur()) {
|
||||||
background-color: rgba(33, 37, 41, 30%);
|
.modal-content {
|
||||||
backdrop-filter: blur(15px);
|
background-color: rgba(33, 37, 41, 30%);
|
||||||
|
backdrop-filter: blur(15px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user