Pillow/docs/resources/css/dark.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
336 B
CSS
Raw Normal View History

/* For black-on-white/transparent images at handbook/text-anchors.html */
2022-04-04 14:33:12 +03:00
body[data-theme="dark"] #text-anchors img {
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
2020-10-08 00:29:46 +03:00
@media (prefers-color-scheme: dark) {
2022-04-04 14:33:12 +03:00
body[data-theme="auto"] #text-anchors img {
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
2020-10-08 00:29:46 +03:00
}