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,
|
||||||
|
|||||||
Reference in New Issue
Block a user