summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-03 21:13:56 +0100
committerYuval Adam <_@yuv.al>2025-03-03 21:13:56 +0100
commit170d2022491efa5934ee6cc099c520a9bfbb5be3 (patch)
tree0d2525982304879fcaed9b776d3d906ba45fb793 /index.html
parent7ffcdb3e13c7fcda66c23ca62a0b4feae8b08c03 (diff)
Cleaner title hover effect
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
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 {