Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
13a019a
1
Parent(s):
6a4ee5f
fix search bar dark mode
Browse files- src/map_utils.py +5 -0
src/map_utils.py
CHANGED
@@ -108,6 +108,11 @@ template_2 = """
|
|
108 |
.maplegend a {
|
109 |
color: #777;
|
110 |
}
|
|
|
|
|
|
|
|
|
|
|
111 |
</style>
|
112 |
{% endmacro %}"""
|
113 |
|
|
|
108 |
.maplegend a {
|
109 |
color: #777;
|
110 |
}
|
111 |
+
|
112 |
+
.leaflet-control-geocoder-form input {
|
113 |
+
color: black;
|
114 |
+
}
|
115 |
+
|
116 |
</style>
|
117 |
{% endmacro %}"""
|
118 |
|