mirror of
				https://github.com/mastodon/mastodon.git
				synced 2025-10-30 20:51:33 +00:00 
			
		
		
		
	 2f51e17fff
			
		
	
	
		2f51e17fff
		
	
	
	
	
		
			
			Custom properties are not correctly resolved inside of legacy -webkit-scrollbar selectors, so I've removed them in favour of plain system colours, but added a proper color-scheme declaration to the html element to ensure scrollbars don't stick out too much in dark mode
		
			
				
	
	
		
			7 lines
		
	
	
		
			78 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			78 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @use 'mastodon/css_variables';
 | |
| @use 'common';
 | |
| 
 | |
| html {
 | |
|   color-scheme: dark;
 | |
| }
 |