Set jump button text color to black

This commit is contained in:
LilyRose2798 2024-04-12 23:06:30 +10:00
parent d87ed2b1c7
commit 4f53917c77
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
#range-button { #range-button {
margin-left: 0.5rem; margin-left: 0.5rem;
cursor: pointer; cursor: pointer;
color: black;
background-color: rgb(255, 176, 176); background-color: rgb(255, 176, 176);
} }
#map-container { #map-container {