From e2c15e11eefa1fb627489f529df53a8b8ac8face Mon Sep 17 00:00:00 2001 From: Robert Piotrowski <50244265+revoxhere@users.noreply.github.com> Date: Sun, 5 Nov 2023 12:04:11 +0100 Subject: [PATCH] Update styles.css --- 2023/css/styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; +}