aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 20:50:16 -0500
committerkj_sh6042026-02-14 20:50:16 -0500
commit190ef1820beb3e089c6af533e5fe9117b254fa04 (patch)
tree6c449f17a55ccd91e7405139591732f73c110826 /src
parent5e8151518862547ddd872e67acce4df2228241cd (diff)
refactor: accessibility changes
Diffstat (limited to 'src')
-rwxr-xr-xsrc/variables-dark.css2
-rwxr-xr-xsrc/variables-light.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/variables-dark.css b/src/variables-dark.css
index 273d275..6d4f5de 100755
--- a/src/variables-dark.css
+++ b/src/variables-dark.css
@@ -6,7 +6,7 @@
--text-main: #cbced5;
--text-bright: #e7e8ec;
--text-muted: #a0a6b2;
- --links: #b2a0a6;
+ --links: #7d9bc5;
--focus: #a0a6b2ab;
--border: #3a3d44;
--code: #cbced5;
diff --git a/src/variables-light.css b/src/variables-light.css
index d733844..94bc8ca 100755
--- a/src/variables-light.css
+++ b/src/variables-light.css
@@ -6,7 +6,7 @@
--text-main: #2a2a2e;
--text-bright: #111114;
--text-muted: #5a5d66;
- --links: #6e5a62;
+ --links: #2560a8;
--focus: #5a5d66ab;
--border: #c8c8cc;
--code: #2a2a2e;
@@ -20,4 +20,4 @@
--variable: #5a6654;
--highlight: #e0ddd8;
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #2a2a2e);
-}
+} \ No newline at end of file