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 @@
Open main menu
diff --git a/hot_osm/templates/components/mobile/mobile_navigation.html b/hot_osm/templates/components/mobile/mobile_navigation.html
index 7e5294b..573f7cb 100644
--- a/hot_osm/templates/components/mobile/mobile_navigation.html
+++ b/hot_osm/templates/components/mobile/mobile_navigation.html
@@ -13,7 +13,7 @@
{% include "../branded_elements/button.html" with text="Start Mapping" classes="my-2 ml-3 mr-4" %}
-
+
{% include "../mobile/mobile_menu_link.html" with link="#" text="EN" parent=True classes="px-4" %}
{% include "../mobile/mobile_menu_link.html" with link="#" text="News" classes="px-4" %}
diff --git a/hot_osm/templates/components/nav/secondary_desktop_nav.html b/hot_osm/templates/components/nav/secondary_desktop_nav.html
index 1857423..c00c667 100644
--- a/hot_osm/templates/components/nav/secondary_desktop_nav.html
+++ b/hot_osm/templates/components/nav/secondary_desktop_nav.html
@@ -3,7 +3,7 @@
{% include "../branded_elements/social_icons.html" %}
-
{% include "../search/search_icon.html" %}
diff --git a/hot_osm/templates/components/search/search_modal.html b/hot_osm/templates/components/search/search_modal.html
index 0dee1d2..227e069 100644
--- a/hot_osm/templates/components/search/search_modal.html
+++ b/hot_osm/templates/components/search/search_modal.html
@@ -9,7 +9,7 @@
x-transition:leave="ease-in duration-200"
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"
- class="fixed inset-0 bg-gray-500 bg-opacity-25 backdrop-blur-sm transition-opacity">
+ class="fixed inset-0 bg-hot-dark-grey bg-opacity-25 backdrop-blur-sm transition-opacity">