client: Fix foreground color

This commit is contained in:
Elian Doran
2024-10-27 19:43:48 +02:00
parent 1a25f60264
commit 87bc142552
4 changed files with 4 additions and 4 deletions

View File

@@ -382,7 +382,7 @@ button.btn, button.btn-sm {
padding: 0;
}
pre:not(.CodeMirror-line) {
pre:not(.CodeMirror-line):not(.hljs) {
color: var(--main-text-color) !important;
white-space: pre-wrap;
font-size: 100%;