diff --git a/src/.vuepress/styles/palette.scss b/src/.vuepress/styles/palette.scss index 9532f990..5bf682c1 100644 --- a/src/.vuepress/styles/palette.scss +++ b/src/.vuepress/styles/palette.scss @@ -15,4 +15,8 @@ h1, h2, h3, h4, h5, h6 { // 设置代码的字体 code, pre, kbd, samp { font-family: $font-family-mono; +} + +.vp-card-title { + color: #000000 !important; } \ No newline at end of file