remove GPT comments from my styling <a:wtfcat:1236048866969649293>

This commit is contained in:
Seth 2025-01-20 16:20:29 -05:00
parent 469db4d154
commit 69fd68cfa7
No known key found for this signature in database
GPG key ID: 8B7A2C60CDF65CAC

View file

@ -3,14 +3,14 @@
} }
a { a {
color: #DCDCDC; /* Warm orange for default link */ color: #DCDCDC;
text-decoration: none; /* Remove underline */ text-decoration: none;
} }
a:hover { a:hover {
color: #808080; /* Brighter red-orange on hover */ color: #808080;
} }
a:active { a:active {
color: #A9A9A9; /* Darker orange when active */ color: #A9A9A9;
} }