summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {