Make codeblock comment more legible in light mode

This commit is contained in:
Philipinho
2025-03-10 02:15:15 +00:00
parent 2205ce0c3b
commit 061a02ce51
@@ -33,7 +33,7 @@
.hljs-comment, .hljs-comment,
.hljs-quote { .hljs-quote {
color: light-dark( color: light-dark(
var(--mantine-color-gray-5), var(--mantine-color-gray-6),
var(--mantine-color-dark-2) var(--mantine-color-dark-2)
); );
} }