14 lines
275 B
SCSS
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; // 可选:也可自定义作者名颜色
|
|
}
|
|
|