Skip to content

Commit

Permalink
fix: 补全注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Dec 21, 2023
1 parent 4c674f0 commit 8c7b63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/* Fonts */
--vp-font-family-mono: "JetBrains Mono", "JetBrains Mono Online", ui-monospace, SFMono-Regular, "SF Mono", Menlo,
Monaco, Consolas, "Liberation Mono", "Courier New", var(--vp-font-family-base), monospace;
--vp-code-line-height: 1.5;
--vp-code-line-height: 1.5; /* 1.5对于文件树友好,可以产生连体效果 */
}

:root.dark {
Expand Down

0 comments on commit 8c7b63f

Please sign in to comment.