mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			336 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			336 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* For black-on-white/transparent images at handbook/text-anchors.html */
 | 
						|
body[data-theme="dark"] #text-anchors img {
 | 
						|
    filter: invert(1) brightness(0.85) hue-rotate(-60deg);
 | 
						|
}
 | 
						|
@media (prefers-color-scheme: dark) {
 | 
						|
    body[data-theme="auto"] #text-anchors img {
 | 
						|
        filter: invert(1) brightness(0.85) hue-rotate(-60deg);
 | 
						|
    }
 | 
						|
}
 |