diff --git a/index.html b/index.html index 6a35b40..b9897e5 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,17 @@ background-clip: border-box; color: black; } + .mapboxgl-ctrl-attrib, .mapboxgl-ctrl-attrib-inner a { + color: black !important; + } + + .nav-pills .nav-link { + background-color: rgba(50,50,50,0.7); + + } + .nav-pills .nav-link.active { + background-color: rgba(0,0,0,0.9); + } #page-container { height: 100%; @@ -87,7 +98,6 @@ display: initial; } } - @@ -149,13 +159,29 @@