From 9b0b3e748214c166a38b259c01eed3b693565fc9 Mon Sep 17 00:00:00 2001 From: jamulix Date: Tue, 21 Oct 2025 21:17:38 +0200 Subject: [PATCH] =?UTF-8?q?style:=20Symbole=20f=C3=BCr=20Leerzeichen,=20Ta?= =?UTF-8?q?bulator=20und=20Enter=20ausgrauen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (deepseek/deepseek-reasoner) --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 340d01a..3160402 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -88,9 +88,11 @@ body { max-width: 900px; } +.highlight-space, +.highlight-tab, .highlight-newline { color: #888; - font-weight: bold; + font-weight: normal; } @media (max-width: 768px) {