1
0
forked from bot/app

feat: 字体

This commit is contained in:
远野千束 2024-04-08 17:31:03 +08:00
parent 9346144f0e
commit 3fba4c78dc

View File

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