mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: darkmode scroll bars (#480)
This commit is contained in:
		@@ -21,6 +21,14 @@
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:root[saved-theme="dark"] {
 | 
			
		||||
  color-scheme: dark;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:root[saved-theme="light"] {
 | 
			
		||||
  color-scheme: light;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:root[saved-theme="dark"] .toggle ~ label {
 | 
			
		||||
  & > #dayIcon {
 | 
			
		||||
    opacity: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user