LiteyukiBot/docs/.vuepress/styles/index.scss

16 lines
328 B
SCSS
Raw Normal View History

2024-03-28 02:50:19 +00:00
// place your custom styles here
#main-title {
2024-04-08 09:13:25 +00:00
font-family: "ColorTube", "Fira Code", serif;
color: #ff0000 !important; /* 你想要的颜色 */
line-height: 2;
}
2024-04-08 09:13:25 +00:00
@font-face {
font-family: ColorTube;
src: url(assets/fonts/ColorTube.woff) format("woff")
}
code {
font-family: "Fira Code", monospace !important;
}