Files
MyBlog/src/.vuepress/styles/index.scss
2025-12-15 23:16:59 +08:00

14 lines
275 B
SCSS

// place your custom styles here
// .vuepress/styles/index.scss
/* .vuepress/styles/index.scss */
.hitokoto-text {
color: #DC143C !important; // 替换为你想要的颜色
}
.hitokoto-author {
color: #DC143C!important; // 可选:也可自定义作者名颜色
}