From 325a586583262a764cd4bb7d5cc47c0eccea383d7ef5962f8d882f99e0cff487 Mon Sep 17 00:00:00 2001 From: nyx Date: Sun, 26 Jan 2025 01:00:09 -0600 Subject: [PATCH] fix dark mode link colors --- index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.css b/index.css index f426caf..526d5ac 100644 --- a/index.css +++ b/index.css @@ -35,6 +35,12 @@ body { animation: AnimationName 5s ease infinite; color: white; } + a:visited { + color: #7174ab + } + a { + color: #9296dc + } } @-webkit-keyframes AnimationName {