From 061a02ce5112f2591c0cb0704792bde04786ee71 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Mon, 10 Mar 2025 02:15:15 +0000 Subject: [PATCH] Make codeblock comment more legible in light mode --- apps/client/src/features/editor/styles/code.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/editor/styles/code.css b/apps/client/src/features/editor/styles/code.css index d30fd4e9..e84a71ff 100644 --- a/apps/client/src/features/editor/styles/code.css +++ b/apps/client/src/features/editor/styles/code.css @@ -33,7 +33,7 @@ .hljs-comment, .hljs-quote { color: light-dark( - var(--mantine-color-gray-5), + var(--mantine-color-gray-6), var(--mantine-color-dark-2) ); }