fix: remove word-spacing css rule, so inline code are actually monospace

This commit is contained in:
SPQV MF
2023-08-22 19:01:35 +08:00
committed by Andelf
parent 6df4a30d3f
commit e9798b3988

View File

@@ -794,7 +794,6 @@ mark {
letter-spacing: 0;
background-color: var(--ls-page-inline-code-bg-color, #eee);
color: var(--ls-page-inline-code-color);
word-spacing: -0.15em;
text-rendering: optimizeSpeed;
}