From 0d09ff352320e934f4799b82ace1fa7d6e33e85f Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Thu, 17 Jul 2025 23:49:08 -0400 Subject: [PATCH] change link text color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a78c8f7..2fffee6 100644 --- a/style.css +++ b/style.css @@ -281,7 +281,7 @@ footer { /* Links –––––––––––––––––––––––––––––––––––––––––––––––––– */ a { - color:#2457F5; + color:#0085ff; text-decoration:underline; } a:hover {