mirror of
				https://github.com/MinimalBible/MinimalBible.github.io
				synced 2025-11-03 18:10:31 -05:00 
			
		
		
		
	Customize code syntax scrollbar
This commit is contained in:
		@ -129,4 +129,13 @@ pre {
 | 
			
		||||
	.font-rem(12);
 | 
			
		||||
	line-height: 1.5;
 | 
			
		||||
	overflow-x: auto;
 | 
			
		||||
	&::-webkit-scrollbar {
 | 
			
		||||
		height: 12px;
 | 
			
		||||
		background-color: #34362e;
 | 
			
		||||
		border-radius: 0 0 4px 4px;
 | 
			
		||||
	}
 | 
			
		||||
	&::-webkit-scrollbar-thumb:horizontal {
 | 
			
		||||
		background-color: #6a6d5d;
 | 
			
		||||
		.rounded(4px);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user