diff --git a/app/views/_tailwind/application/_footer.html.erb b/app/views/_tailwind/application/_footer.html.erb
index 9798e04b6..c57235ef8 100644
--- a/app/views/_tailwind/application/_footer.html.erb
+++ b/app/views/_tailwind/application/_footer.html.erb
@@ -14,17 +14,17 @@
<%# TODO: The white text hover is too strong IMHO %>
<%# Repeat the main nav in the footer %>
- - <%= link_to "Home", root_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "Search", address_applications_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "Get the Data (API)", api_howto_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "Help", faq_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Home", root_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Search", address_applications_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Get the Data (API)", api_howto_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Help", faq_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "About", about_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "Get involved", get_involved_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "Coverage", authorities_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "Source code", "https://github.com/openaustralia/planningalerts", class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
- - <%= link_to "Contact us", documentation_contact_path, class: "text-white hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "About", about_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Get involved", get_involved_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Coverage", authorities_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Source code", "https://github.com/openaustralia/planningalerts", class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>
+ - <%= link_to "Contact us", documentation_contact_path, class: "text-white underline hover:text-white-hover focus:outline-none focus:text-navy focus:bg-sun-yellow" %>