diff options
| -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 { |
