From 780449797a7bd55ec810b21e3b67cc6e2365754b Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 16 Mar 2026 23:26:31 -0400 Subject: refactor: more accessible light theme --- src/variables-light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/variables-light.css b/src/variables-light.css index 94bc8ca..531895d 100755 --- a/src/variables-light.css +++ b/src/variables-light.css @@ -1,12 +1,12 @@ :root { - --background-body: #f5f5f7; + --background-body: #f5f5f5; --background: #eaeaed; --background-alt: #f0f0f3; --selection: #c8c8cc; --text-main: #2a2a2e; --text-bright: #111114; --text-muted: #5a5d66; - --links: #2560a8; + --links: #2d68d0; --focus: #5a5d66ab; --border: #c8c8cc; --code: #2a2a2e; -- cgit v1.2.3