universal? double backdrop-filters
This commit is contained in:
@@ -10,9 +10,15 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@supports (backdrop-filter: blur()) {
|
@supports (backdrop-filter: blur()) {
|
||||||
/*.modal {
|
.modal::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: #2125294d;
|
background-color: #2125294d;
|
||||||
@@ -34,6 +40,7 @@ body {
|
|||||||
|
|
||||||
.modal-title {
|
.modal-title {
|
||||||
text-shadow: 0 0 8px var(--bs-light);
|
text-shadow: 0 0 8px var(--bs-light);
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statsTable td,
|
#statsTable td,
|
||||||
@@ -240,4 +247,4 @@ tr.cleared-line-animation {
|
|||||||
animation: game-over-animation;
|
animation: game-over-animation;
|
||||||
animation-timing-function: (0.4, 0, 0.6, 1);
|
animation-timing-function: (0.4, 0, 0.6, 1);
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user