mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-31 00:50:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			333 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			333 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { css } from "src/types/vars";
 | |
| 
 | |
| export const dashboard = css`
 | |
|   .page-content.dashboard {
 | |
|     // 动态的右侧 svg 图标
 | |
|     .flex-item .flex-item-trailing svg {
 | |
|       height: 20px;
 | |
|       width: 20px;
 | |
|     }
 | |
|     // 仓库列表的仓库/组织切换按钮
 | |
|     .ui.two.item.menu {
 | |
|       background-color: unset;
 | |
|     }
 | |
|   }
 | |
| `;
 | 
