remove GPT comments from my styling <a:wtfcat:1236048866969649293>
This commit is contained in:
parent
469db4d154
commit
69fd68cfa7
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue