mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-30 16:40:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { css } from "src/types/vars";
 | |
| 
 | |
| export const body = css`
 | |
|   body {
 | |
|     line-height: 18px;
 | |
|   }
 | |
| `;
 | 
