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; }