And home location hover

This commit is contained in:
2023-02-27 21:10:48 +11:00
parent ca973101cd
commit 2723450047

View File

@@ -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"