remove player control shadows

This commit is contained in:
Timothy Z. 2026-04-22 12:47:44 +03:00
parent 7f28b54ce8
commit b4908574bf

View file

@ -65,7 +65,6 @@ html:not(.active-slider-within) {
top: 0;
left: 0;
z-index: -1;
box-shadow: 0 0 8rem 6rem @color-background-dark5;
content: "";
}
@ -102,7 +101,6 @@ html:not(.active-slider-within) {
bottom: 0;
left: 0;
z-index: -1;
box-shadow: 0 0 8rem 8rem @color-background-dark5;
content: "";
}
}