Merge pull request #661 from WoJiaoFuXiaoYun/main

This commit is contained in:
Tim
2025-08-20 15:51:52 +08:00
committed by GitHub

View File

@@ -184,7 +184,7 @@ body {
font-family: 'Maple Mono', monospace;
font-size: 13px;
border-radius: 4px;
white-space: no-wrap;
white-space: break-spaces;
background-color: var(--code-highlight-background-color);
color: var(--text-color);
}