diff --git a/2023/css/styles.css b/2023/css/styles.css index 9eb51303..252db264 100644 --- a/2023/css/styles.css +++ b/2023/css/styles.css @@ -651,4 +651,12 @@ input[type="checkbox"]:checked::before { 100% { background-position: 0% 43%; } -} \ No newline at end of file +} + +a, a:link, a:visited { + color: #FF9209; +} + +a:hover, a:active { + color: #FF6C22; +}