Skip to content

Commit 9817224

Browse files
committed
[Maps] Added darkmode style for legend/info
1 parent c6e9480 commit 9817224

File tree

6 files changed

+108
-0
lines changed

6 files changed

+108
-0
lines changed

assets/css/cyborg/overrides.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,22 @@ path.grid-worked {
199199
#quicklog-form .border,
200200
#searchbar-form .border {
201201
border-color: #4d4d4d !important;
202+
}
203+
204+
.legend h4 {
205+
color: rgb(255, 255, 255) !important;
206+
}
207+
208+
.legend {
209+
background-color: rgba(22, 26, 27) !important;
210+
color: rgb(255, 255, 255) !important;
211+
}
212+
213+
.info h4 {
214+
color: rgb(255, 255, 255) !important;
215+
}
216+
217+
.info {
218+
background-color: rgba(22, 26, 27) !important;
219+
color: rgb(255, 255, 255) !important;
202220
}

assets/css/cyborg_wide/overrides.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,22 @@ path.grid-worked {
254254
#quicklog-form .border,
255255
#searchbar-form .border {
256256
border-color: #4d4d4d !important;
257+
}
258+
259+
.legend h4 {
260+
color: rgb(255, 255, 255) !important;
261+
}
262+
263+
.legend {
264+
background-color: rgba(22, 26, 27) !important;
265+
color: rgb(255, 255, 255) !important;
266+
}
267+
268+
.info h4 {
269+
color: rgb(255, 255, 255) !important;
270+
}
271+
272+
.info {
273+
background-color: rgba(22, 26, 27) !important;
274+
color: rgb(255, 255, 255) !important;
257275
}

assets/css/darkly/overrides.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,21 @@ div.alert-danger {
213213
#searchbar-form .border {
214214
border-color: #757575 !important;
215215
}
216+
217+
.legend h4 {
218+
color: rgb(255, 255, 255) !important;
219+
}
220+
221+
.legend {
222+
background-color: rgba(22, 26, 27) !important;
223+
color: rgb(255, 255, 255) !important;
224+
}
225+
226+
.info h4 {
227+
color: rgb(255, 255, 255) !important;
228+
}
229+
230+
.info {
231+
background-color: rgba(22, 26, 27) !important;
232+
color: rgb(255, 255, 255) !important;
233+
}

assets/css/darkly_wide/overrides.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,22 @@ div.alert-danger {
268268
#quicklog-form .border,
269269
#searchbar-form .border {
270270
border-color: #757575 !important;
271+
}
272+
273+
.legend h4 {
274+
color: rgb(255, 255, 255) !important;
275+
}
276+
277+
.legend {
278+
background-color: rgba(22, 26, 27) !important;
279+
color: rgb(255, 255, 255) !important;
280+
}
281+
282+
.info h4 {
283+
color: rgb(255, 255, 255) !important;
284+
}
285+
286+
.info {
287+
background-color: rgba(22, 26, 27) !important;
288+
color: rgb(255, 255, 255) !important;
271289
}

assets/css/superhero/overrides.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,22 @@ div.alert-danger {
210210
#quicklog-form .border,
211211
#searchbar-form .border {
212212
border-color: #959595 !important;
213+
}
214+
215+
.legend h4 {
216+
color: rgb(255, 255, 255) !important;
217+
}
218+
219+
.legend {
220+
background-color: rgba(22, 26, 27) !important;
221+
color: rgb(255, 255, 255) !important;
222+
}
223+
224+
.info h4 {
225+
color: rgb(255, 255, 255) !important;
226+
}
227+
228+
.info {
229+
background-color: rgba(22, 26, 27) !important;
230+
color: rgb(255, 255, 255) !important;
213231
}

assets/css/superhero_wide/overrides.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,22 @@ div.alert-danger {
264264
#quicklog-form .border,
265265
#searchbar-form .border {
266266
border-color: #959595 !important;
267+
}
268+
269+
.legend h4 {
270+
color: rgb(255, 255, 255) !important;
271+
}
272+
273+
.legend {
274+
background-color: rgba(22, 26, 27) !important;
275+
color: rgb(255, 255, 255) !important;
276+
}
277+
278+
.info h4 {
279+
color: rgb(255, 255, 255) !important;
280+
}
281+
282+
.info {
283+
background-color: rgba(22, 26, 27) !important;
284+
color: rgb(255, 255, 255) !important;
267285
}

0 commit comments

Comments
 (0)