mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	bs5: fix color sass map
This commit is contained in:
		@@ -2,10 +2,6 @@ $paperless-green: #17541f;
 | 
				
			|||||||
$primary: #17541f;
 | 
					$primary: #17541f;
 | 
				
			||||||
$primaryFaded: #d1ddd2;
 | 
					$primaryFaded: #d1ddd2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$theme-colors: (
 | 
					 | 
				
			||||||
  "primary": $primary
 | 
					 | 
				
			||||||
);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.bg-body {
 | 
					.bg-body {
 | 
				
			||||||
  background-color: #fff;
 | 
					  background-color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user