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

17 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:31:03 +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;
2024-06-18 15:23:44 +00:00
src: url("/assets/fonts/ColorTube.woff") format("woff")
2024-04-08 09:13:25 +00:00
}
code {
font-family: "Fira Code", monospace !important;
2024-06-18 15:23:44 +00:00
}