@@ -485,3 +485,27 @@ li.bar-chart__bar {
485
485
background : var (--bg-dark );
486
486
display : inline-flex;
487
487
}
488
+
489
+ /* Style Maplibre Geocoder */
490
+ .maplibregl-ctrl-geocoder ,
491
+ .maplibregl-ctrl-geocoder--input ,
492
+ .maplibregl-ctrl-geocoder--input : focus ,
493
+ .maplibregl-ctrl-geocoder--input ::placeholder ,
494
+ .maplibregl-ctrl-geocoder .suggestions ,
495
+ .maplibregl-ctrl-geocoder--button ,
496
+ .maplibre-gl-geocoder--error ,
497
+ .maplibregl-ctrl-geocoder .suggestions > li > a {
498
+ background : var (--base );
499
+ color : var (--base-light );
500
+ }
501
+ .mapboxgl-ctrl-geocoder--result-icon ,
502
+ .mapboxgl-ctrl-geocoder--result-icon path ,
503
+ .maplibregl-ctrl-geocoder--icon ,
504
+ .maplibregl-ctrl-geocoder--icon-loading path {
505
+ fill : var (--base-light );
506
+ }
507
+ .maplibregl-ctrl-geocoder .suggestions > li > a : hover ,
508
+ .maplibregl-ctrl-geocoder .suggestions > li > a : hover .mapboxgl-ctrl-geocoder--result-icon path {
509
+ background : var (--bg-dark );
510
+ color : var (--base-light );
511
+ }
0 commit comments