style: Symbole für Leerzeichen, Tabulator und Enter ausgrauen

Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
jamulix 2025-10-21 21:17:38 +02:00
commit 9b0b3e7482

View file

@ -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) {