6 lines
147 B
CSS
6 lines
147 B
CSS
/* .vitepress/theme/custom.css */
|
|
.bold-item {
|
|
font-weight: 700 !important;
|
|
font-size: 1em !important;
|
|
/* 与其他目录项字号一致 */
|
|
} |