Pillow/docs/resources/css/dark.css

7 lines
211 B
CSS
Raw Normal View History

2020-10-08 00:29:46 +03:00
@media (prefers-color-scheme: dark) {
/* For black-on-white/transparent images at handbook/text-anchors.html */
#text-anchors img {
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
2020-10-08 00:29:46 +03:00
}