aboutsummaryrefslogtreecommitdiffstats
path: root/out/dark.css
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 20:50:16 -0500
committerkj_sh6042026-02-14 20:50:16 -0500
commit190ef1820beb3e089c6af533e5fe9117b254fa04 (patch)
tree6c449f17a55ccd91e7405139591732f73c110826 /out/dark.css
parent5e8151518862547ddd872e67acce4df2228241cd (diff)
refactor: accessibility changes
Diffstat (limited to 'out/dark.css')
-rwxr-xr-xout/dark.css4
1 files changed, 2 insertions, 2 deletions
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);
}