Pillow/docs/resources/css/dark.css
2022-03-28 20:00:07 +03:00

7 lines
211 B
CSS

@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);
}
}