From 3c3b111fed8154eba316cc5cbf3d6b1c6a309a36 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 11 Nov 2021 19:36:57 -0700 Subject: [PATCH] Add map styles (close #1) --- index.html | 54 ++++++++++++++++++++++++++++++++++++++++++++-- js/map.js | 21 ++++++++++++++++++ js/map_maplibre.js | 2 +- 3 files changed, 74 insertions(+), 3 deletions(-) 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 @@
-
+
+