* User can create a custom.scss to customize their instance without modifying gitted files. * Add documentation for customization. * Forgot the helper file * Fix Style to pass codeclimate * Requests from maintainer.
		
			
				
	
	
		
			9 lines
		
	
	
		
			306 B
		
	
	
	
		
			SCSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			306 B
		
	
	
	
		
			SCSS
		
	
	
		
			Executable File
		
	
	
	
	
| $color1: #282c37 !default; // darkest
 | |
| $color2: #d9e1e8 !default; // lightest
 | |
| $color3: #9baec8 !default; // lighter
 | |
| $color4: #2b90d9 !default; // vibrant
 | |
| $color5: #ffffff !default; // white
 | |
| $color6: #df405a !default; // error red
 | |
| $color7: #79bd9a !default; // succ green
 | |
| $color8: #000000 !default; // black
 |