fix scrollbar color
This commit is contained in:
		
							parent
							
								
									a391ac4136
								
							
						
					
					
						commit
						7720c9df0b
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -70,13 +70,16 @@ main {
 | 
			
		|||
 | 
			
		||||
/* Choose more pretty colors than vanilla HTML */
 | 
			
		||||
 | 
			
		||||
:root {
 | 
			
		||||
    scrollbar-color: var(--border-2) var(--shaded-background);
 | 
			
		||||
    scrollbar-width: auto;
 | 
			
		||||
    scrollbar-gutter: stable;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
    background-color: var(--background-color);
 | 
			
		||||
    color: var(--text-color);
 | 
			
		||||
 | 
			
		||||
    scrollbar-color: var(--background-color);
 | 
			
		||||
    scrollbar-width: auto;
 | 
			
		||||
    scrollbar-gutter: stable;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body::selection {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue