fix: darkmode scroll bars (#480)
This commit is contained in:
		
							parent
							
								
									422ba5c365
								
							
						
					
					
						commit
						7ac772fca8
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -21,6 +21,14 @@
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:root[saved-theme="dark"] {
 | 
				
			||||||
 | 
					  color-scheme: dark;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:root[saved-theme="light"] {
 | 
				
			||||||
 | 
					  color-scheme: light;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:root[saved-theme="dark"] .toggle ~ label {
 | 
					:root[saved-theme="dark"] .toggle ~ label {
 | 
				
			||||||
  & > #dayIcon {
 | 
					  & > #dayIcon {
 | 
				
			||||||
    opacity: 0;
 | 
					    opacity: 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue