LiteyukiBot/docs/.vuepress/styles/index.scss
snowy 8e1ec22679 feat: 野兽先辈主题包
fix: 插件模块名问题
feat: `nps` -> `npm`
2024-04-08 17:01:55 +08:00

11 lines
216 B
SCSS

// place your custom styles here
#main-title {
font-family: "ColorTube", serif;
color: #ff0000 !important; /* 你想要的颜色 */
line-height: 2;
}
code {
font-family: "Fira Code", monospace !important;
}