diff --git a/hot_osm/templates/components/header/header_navigation.html b/hot_osm/templates/components/header/header_navigation.html index 2354f05..fa036b5 100644 --- a/hot_osm/templates/components/header/header_navigation.html +++ b/hot_osm/templates/components/header/header_navigation.html @@ -2,7 +2,7 @@ {% include "../branded_elements/logo.html" %}
- {% include "../search/search_icon.html" with classes="mr-hot-1.2 text-gray-500 lg:hidden" %} + {% include "../search/search_icon.html" with classes="mr-hot-1.2 text-hot-dark-grey lg:hidden" %} {% include "../mobile/mobile_menu_button.html" %}
diff --git a/hot_osm/templates/components/mobile/mobile_menu_button.html b/hot_osm/templates/components/mobile/mobile_menu_button.html index 91d60b5..1b36936 100644 --- a/hot_osm/templates/components/mobile/mobile_menu_button.html +++ b/hot_osm/templates/components/mobile/mobile_menu_button.html @@ -1,6 +1,6 @@