chore(aria.css): Change the look for hyperlinks

This commit is contained in:
Aria 2024-12-29 15:00:22 +11:00
parent 121d0898a6
commit e1ee5f3fa5
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -65,11 +65,11 @@ a {
color: var(--fourth-colour); color: var(--fourth-colour);
text-decoration: underline 2px; text-decoration: underline 2px;
text-underline-offset: 2px; text-underline-offset: 2px;
text-decoration-color: #00000000; text-decoration-color: #fff;
} }
a:hover { a:hover {
text-decoration-color: #fff; text-decoration-color: #F5A8B7;
transition: text-decoration-color 0.25s; transition: text-decoration-color 0.25s;
} }