This is a feature that overlays your dark accent color on the doors page to make the doors stand out more clearly on small devices.
You can change to color to black by using custom css:
.area-challenge-doors.show-mobile #doors { background-color: rgba(0,0,0,0.2); } |
0 Comments