style: Symbole für Leerzeichen, Tabulator und Enter ausgrauen
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
parent
e34d79e565
commit
9b0b3e7482
1 changed files with 3 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue