diff --git a/app/templates/site/home.html.slim b/app/templates/site/home.html.slim
index 0afa06b..7c97412 100644
--- a/app/templates/site/home.html.slim
+++ b/app/templates/site/home.html.slim
@@ -31,6 +31,6 @@ div class="grid grid-cols-3 gap-4 mb-4 max-w-prose mx-auto"
div class="mb-12 max-w-prose mx-auto text-gray-600 dark:text-gray-200"
p
= "🗺️ Last seen at "
- a class="text-blue-400" href=last_location.permalink
+ a class="text-blue-400 hover:text-blue-600" href=last_location.permalink
= last_location.display_title
div class="max-w-screen-md mx-auto border-t-4 border-solid border-gray-400 dark:border-gray-600"