From 69fd68cfa7cdf68dc2ada6f8ee01f7a75f7e3bda Mon Sep 17 00:00:00 2001 From: wont-stream Date: Mon, 20 Jan 2025 16:20:29 -0500 Subject: [PATCH] remove GPT comments from my styling --- src/components/IconAnchor/IconAnchor.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/IconAnchor/IconAnchor.css b/src/components/IconAnchor/IconAnchor.css index 2b0012e..666fbb3 100644 --- a/src/components/IconAnchor/IconAnchor.css +++ b/src/components/IconAnchor/IconAnchor.css @@ -3,14 +3,14 @@ } a { - color: #DCDCDC; /* Warm orange for default link */ - text-decoration: none; /* Remove underline */ + color: #DCDCDC; + text-decoration: none; } a:hover { - color: #808080; /* Brighter red-orange on hover */ + color: #808080; } a:active { - color: #A9A9A9; /* Darker orange when active */ + color: #A9A9A9; }