From 498c88bb2fe57875e86802f85d54060d4fe0abf5 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 22 Mar 2024 01:02:35 -0700 Subject: [PATCH] More link color adjustment for hovering --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 37cf57a..a99a9b0 100644 --- a/css/style.css +++ b/css/style.css @@ -1194,7 +1194,7 @@ hr.thick{ .link-hover-anim:hover, .link-flat:hover{ text-decoration: none !important; - color: #4a4a4a; + color: #666; } .link-to-top i { margin-left: -3px;