From 190ef1820beb3e089c6af533e5fe9117b254fa04 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 14 Feb 2026 20:50:16 -0500 Subject: refactor: accessibility changes --- out/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'out/dark.css') diff --git a/out/dark.css b/out/dark.css index 100f537..290bd9b 100755 --- a/out/dark.css +++ b/out/dark.css @@ -10,7 +10,7 @@ --text-main: #cbced5; --text-bright: #e7e8ec; --text-muted: #a0a6b2; - --links: #b2a0a6; + --links: #7d9bc5; --focus: #a0a6b2ab; --border: #3a3d44; --code: #cbced5; @@ -585,7 +585,7 @@ input[type='range']:focus::-ms-fill-upper { a { text-decoration: none; - color: #b2a0a6; + color: #7d9bc5; color: var(--links); } -- cgit v1.2.3