Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
e8f588a
1
Parent(s):
d72c3e5
fix legend dark color
Browse files
utils.py
CHANGED
@@ -60,6 +60,7 @@ template = """
|
|
60 |
margin-bottom: 5px;
|
61 |
font-weight: bold;
|
62 |
font-size: 90%;
|
|
|
63 |
}
|
64 |
.maplegend .legend-scale ul {
|
65 |
margin: 0;
|
@@ -74,6 +75,7 @@ template = """
|
|
74 |
margin-left: 0;
|
75 |
line-height: 18px;
|
76 |
margin-bottom: 2px;
|
|
|
77 |
}
|
78 |
.maplegend ul.legend-labels li span {
|
79 |
display: block;
|
|
|
60 |
margin-bottom: 5px;
|
61 |
font-weight: bold;
|
62 |
font-size: 90%;
|
63 |
+
color: #333;
|
64 |
}
|
65 |
.maplegend .legend-scale ul {
|
66 |
margin: 0;
|
|
|
75 |
margin-left: 0;
|
76 |
line-height: 18px;
|
77 |
margin-bottom: 2px;
|
78 |
+
color: #111;
|
79 |
}
|
80 |
.maplegend ul.legend-labels li span {
|
81 |
display: block;
|