mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
7 lines
211 B
CSS
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);
|
|
}
|
|
}
|