6 lines
		
	
	
		
			No EOL
		
	
	
		
			285 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			285 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
$scrollbar-face: #{lighten($main-theme-color, 18%)} !default;
 | 
						|
$scrollbar-face-hover: #{lighten($main-theme-color, 20%)} !default;
 | 
						|
$scrollbar-face-active: #{lighten($main-theme-color, 15%)} !default;
 | 
						|
$scrollbar-track: #{darken($body-bg-color, 3%)} !default;
 | 
						|
 | 
						|
@import "_scrollbars.scss"; |