From 560701ca15db5ebad37a0fefdbd2bad3e8b77d82 Mon Sep 17 00:00:00 2001 From: haliphax Date: Wed, 1 May 2024 14:36:21 -0500 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20more=20accessible=20colors?= =?UTF-8?q?=20in=20dark=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/front-end/styles/index.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/front-end/styles/index.less b/src/front-end/styles/index.less index 38b0cee..095308c 100644 --- a/src/front-end/styles/index.less +++ b/src/front-end/styles/index.less @@ -22,9 +22,9 @@ body.dm { --color-bg-secondary: #ccc; --color-bg: #666; --color-fg-secondary: #000; - --color-fg-subtle: #999; - --color-fg: #ccc; - --color-link: #c0c; + --color-fg-subtle: #aaa; + --color-fg: #eee; + --color-link: #f5f; --color-outline: #fff; }