From 170d2022491efa5934ee6cc099c520a9bfbb5be3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 3 Mar 2025 21:13:56 +0100 Subject: Cleaner title hover effect --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index a2a6bef..1185476 100644 --- a/index.html +++ b/index.html @@ -298,12 +298,13 @@ .title-link { color: inherit; text-decoration: none; - transition: color 0.3s; + transition: text-shadow 0.3s ease; } .title-link:hover { - color: #3498db; - text-shadow: 0 0 10px rgba(52, 152, 219, 0.7); + text-shadow: + 0 0 15px rgba(243, 156, 18, 0.8), + 4px 4px 0px #e74c3c; } .score { -- cgit v1.3.1