From eb16e5b29ff764b9fe7f204af57b4975c3aaaa9b Mon Sep 17 00:00:00 2001 From: Tealk Date: Tue, 24 Feb 2026 20:09:11 +0100 Subject: [PATCH] fix codeblock colore --- view/theme/frio/scheme/gnome.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/frio/scheme/gnome.css b/view/theme/frio/scheme/gnome.css index 68ca69286a..f06cbe9a82 100644 --- a/view/theme/frio/scheme/gnome.css +++ b/view/theme/frio/scheme/gnome.css @@ -354,6 +354,9 @@ aside { .text-muted { color: var(--text-secondary) !important; } +.hljs, .hljs-subst { + color: var(--text-primary) !important; +} /* Dropdowns */ .dropdown-menu {