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

25 lines
417 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
}
2024-06-19 04:15:22 +00:00
.vp-hero-image{
overflow: hidden;
padding: -50px;
2024-06-19 04:34:38 +00:00
}
#main-title{
display: none;
2024-06-19 04:15:22 +00:00
}