From 83ead8136fecb6bef3f56c16145d68a51f107d5a Mon Sep 17 00:00:00 2001 From: Miles Watkins Date: Sat, 30 Nov 2024 08:10:18 -0500 Subject: [PATCH] Differentiate anchor color more from rest of text --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 227e63b..4ca4446 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,5 @@ a { - color: #3a4330; + color: #a25933; } .Main {