From 27234500477068b62a07af98b7bab8c956544d47 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Mon, 27 Feb 2023 21:10:48 +1100 Subject: [PATCH] And home location hover --- app/templates/site/home.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"