Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Nov 5, 2023
1 parent 7e3c261 commit e2c15e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 2023/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -651,4 +651,12 @@ input[type="checkbox"]:checked::before {
100% {
background-position: 0% 43%;
}
}
}

a, a:link, a:visited {
color: #FF9209;
}

a:hover, a:active {
color: #FF6C22;
}

0 comments on commit e2c15e1

Please sign in to comment.