From 1836149540eab9e757f11c04929fce433934ebd0 Mon Sep 17 00:00:00 2001 From: yingxue03 <209722489+yingxue03@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:33:22 +0800 Subject: [PATCH] fix unreadable CWs in dark mode (#190) --- scss/_markup.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_markup.scss b/scss/_markup.scss index 777c3ae..83e7215 100644 --- a/scss/_markup.scss +++ b/scss/_markup.scss @@ -170,7 +170,7 @@ @include dark-mode { background-color: lighten($content-bg-dark, 5%); - color: #fff; + color: $gray-900; } font-size: 0.8rem;