forked from gitea/gitea
		
	 3f9e323ecd
			
		
	
	
		3f9e323ecd
		
			
		
	
	
	
	
		
			
			- Remove arc-green specific rules and instead fix the colors in the base rules. - Make file table row border visible on arc-green. - Remove remnants of fomantic accordeon module that was removed.
		
			
				
	
	
		
			104 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /*
 | |
| 
 | |
| ████████╗██╗  ██╗███████╗███╗   ███╗███████╗███████╗
 | |
| ╚══██╔══╝██║  ██║██╔════╝████╗ ████║██╔════╝██╔════╝
 | |
|    ██║   ███████║█████╗  ██╔████╔██║█████╗  ███████╗
 | |
|    ██║   ██╔══██║██╔══╝  ██║╚██╔╝██║██╔══╝  ╚════██║
 | |
|    ██║   ██║  ██║███████╗██║ ╚═╝ ██║███████╗███████║
 | |
|    ╚═╝   ╚═╝  ╚═╝╚══════╝╚═╝     ╚═╝╚══════╝╚══════╝
 | |
| 
 | |
| */
 | |
| 
 | |
| /*******************************
 | |
|         Theme Selection
 | |
| *******************************/
 | |
| 
 | |
| /* To override a theme for an individual element
 | |
|    specify theme name below
 | |
| */
 | |
| 
 | |
| /* Global */
 | |
| @site       : 'default';
 | |
| @reset      : 'default';
 | |
| 
 | |
| /* Elements */
 | |
| @button     : 'default';
 | |
| @container  : 'default';
 | |
| @divider    : 'default';
 | |
| @emoji      : 'default';
 | |
| @flag       : 'default';
 | |
| @header     : 'default';
 | |
| @icon       : 'default';
 | |
| @image      : 'default';
 | |
| @input      : 'default';
 | |
| @label      : 'default';
 | |
| @list       : 'default';
 | |
| @loader     : 'default';
 | |
| @placeholder: 'default';
 | |
| @rail       : 'default';
 | |
| @reveal     : 'default';
 | |
| @segment    : 'default';
 | |
| @step       : 'default';
 | |
| @text       : 'default';
 | |
| 
 | |
| /* Collections */
 | |
| @breadcrumb : 'default';
 | |
| @form       : 'default';
 | |
| @grid       : 'default';
 | |
| @menu       : 'default';
 | |
| @message    : 'default';
 | |
| @table      : 'default';
 | |
| 
 | |
| /* Modules */
 | |
| @calendar   : 'default';
 | |
| @checkbox   : 'default';
 | |
| @dimmer     : 'default';
 | |
| @dropdown   : 'default';
 | |
| @embed      : 'default';
 | |
| @modal      : 'default';
 | |
| @nag        : 'default';
 | |
| @popup      : 'default';
 | |
| @progress   : 'default';
 | |
| @slider     : 'default';
 | |
| @rating     : 'default';
 | |
| @search     : 'default';
 | |
| @shape      : 'default';
 | |
| @sidebar    : 'default';
 | |
| @sticky     : 'default';
 | |
| @tab        : 'default';
 | |
| @toast      : 'default';
 | |
| @transition : 'default';
 | |
| 
 | |
| /* Views */
 | |
| @ad         : 'default';
 | |
| @card       : 'default';
 | |
| @comment    : 'default';
 | |
| @feed       : 'default';
 | |
| @item       : 'default';
 | |
| @statistic  : 'default';
 | |
| 
 | |
| /*******************************
 | |
|             Folders
 | |
| *******************************/
 | |
| 
 | |
| /* Path to theme packages */
 | |
| @themesFolder : 'themes';
 | |
| 
 | |
| /* Path to site override folder */
 | |
| @siteFolder   : '_site/';
 | |
| 
 | |
| 
 | |
| /*******************************
 | |
|          Import Theme
 | |
| *******************************/
 | |
| 
 | |
| @import (multiple) "theme.less";
 | |
| 
 | |
| /*******************************
 | |
|         Theme Overrides
 | |
| *******************************/
 | |
| 
 | |
| @importGoogleFonts : false;
 | |
| 
 | |
| /* End Config */
 |