mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-10-31 12:36:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // place your custom styles here
 | |
| 
 | |
| #main-title {
 | |
|   font-family: ColorTube, "Fira Code", serif;
 | |
|   color: #ff0000 !important; /* 你想要的颜色 */
 | |
|   line-height: 2;
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
|   font-family: ColorTube;
 | |
|     src: url("/assets/fonts/ColorTube.woff") format("woff")
 | |
| }
 | |
| 
 | |
| code {
 | |
|   font-family: "Fira Code", monospace !important;
 | |
| } |