1
0
forked from bot/app
LiteyukiBot/docs/.vuepress/styles/index.scss

25 lines
417 B
SCSS
Raw Normal View History

2024-03-28 10:50:19 +08:00
// place your custom styles here
#main-title {
2024-04-08 17:31:03 +08:00
font-family: ColorTube, "Fira Code", serif;
color: #ff0000 !important; /* 你想要的颜色 */
line-height: 2;
}
2024-04-08 17:13:25 +08:00
@font-face {
font-family: ColorTube;
2024-06-18 23:23:44 +08:00
src: url("/assets/fonts/ColorTube.woff") format("woff")
2024-04-08 17:13:25 +08:00
}
code {
font-family: "Fira Code", monospace !important;
2024-06-18 23:23:44 +08:00
}
2024-06-19 12:15:22 +08:00
.vp-hero-image{
overflow: hidden;
padding: -50px;
2024-06-19 12:34:38 +08:00
}
#main-title{
display: none;
2024-06-19 12:15:22 +08:00
}