From e1ee5f3fa574d03342085f8a7de5d604fab34e9e Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 29 Dec 2024 15:00:22 +1100 Subject: [PATCH] chore(aria.css): Change the look for hyperlinks --- src/styles/aria.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/aria.css b/src/styles/aria.css index 8196afe..188f693 100644 --- a/src/styles/aria.css +++ b/src/styles/aria.css @@ -65,11 +65,11 @@ a { color: var(--fourth-colour); text-decoration: underline 2px; text-underline-offset: 2px; - text-decoration-color: #00000000; + text-decoration-color: #fff; } a:hover { - text-decoration-color: #fff; + text-decoration-color: #F5A8B7; transition: text-decoration-color 0.25s; }