mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 02:27:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			153 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			153 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| $paperless-green: #17541f;
 | |
| $primary: #17541f;
 | |
| $primaryFaded: #d1ddd2;
 | |
| 
 | |
| $theme-colors: (
 | |
|   "primary": $primary
 | |
| );
 | |
| 
 | |
| .bg-body {
 | |
|   background-color: #fff;
 | |
| }
 |