Skip to content

Commit b1d6c62

Browse files
committed
fix linting error
Signed-off-by: Zhang Jun <jzhang533@gmail.com>
1 parent b607585 commit b1d6c62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/.vitepress/theme/style.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ span.lang {
126126
right: 0.5em;
127127
font-size: 0.75em;
128128
color: #999;
129-
font-family:
130-
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
131-
monospace;
129+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
130+
'Courier New', monospace;
132131
}
133132

134133
.custom-block {

0 commit comments

Comments
 (0)