Set jump button text color to black
This commit is contained in:
parent
d87ed2b1c7
commit
4f53917c77
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue