style: make hover effect more visible

This commit is contained in:
2026-05-28 07:10:54 -03:00
parent 68a8d5f255
commit 4c57e8f24f
+1 -1
View File
@@ -152,7 +152,7 @@ h1 {
} }
.social-links a:hover { .social-links a:hover {
color: var(--text-header); color: var(--pink-accent);
border-bottom: 1px dashed var(--pink-accent); border-bottom: 1px dashed var(--pink-accent);
} }