diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-03 21:13:56 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-03 21:13:56 +0100 |
| commit | 170d2022491efa5934ee6cc099c520a9bfbb5be3 (patch) | |
| tree | 0d2525982304879fcaed9b776d3d906ba45fb793 | |
| parent | 7ffcdb3e13c7fcda66c23ca62a0b4feae8b08c03 (diff) | |
Cleaner title hover effect
| -rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 { |
