perf(code): 调整代码块字体

This commit is contained in:
nineya 2023-08-22 17:46:29 +08:00
parent 2f1323457e
commit 986521f3c5
2 changed files with 3 additions and 2 deletions

View File

@ -3492,7 +3492,7 @@ button.swiper-pagination-bullet {
height: 2.2em; height: 2.2em;
line-height: 2.2em; line-height: 2.2em;
user-select: none; user-select: none;
font-size: 0.9em; font-size: 0.95em;
&:before { &:before {
content: ''; content: '';
@ -3539,6 +3539,7 @@ button.swiper-pagination-bullet {
border: none; border: none;
color: inherit !important; color: inherit !important;
background: transparent !important; background: transparent !important;
font-family: "Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace;
font-size: 1em; font-size: 1em;
& > ul { & > ul {

File diff suppressed because one or more lines are too long