aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkj_sh6042026-03-16 23:26:31 -0400
committerkj_sh6042026-03-16 23:26:31 -0400
commit780449797a7bd55ec810b21e3b67cc6e2365754b (patch)
tree3245685c25519d5722459606769c1e681f1f3650 /src
parent45d7934403b987f3424b0157bbd3f9cf887700c1 (diff)
refactor: more accessible light theme
Diffstat (limited to 'src')
-rwxr-xr-xsrc/variables-light.css4
1 files changed, 2 insertions, 2 deletions
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;