mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-29 18:54:16 +03:00
Invert the black-on-white/transparent images at handbook/text-anchors.html [CI skip]
This commit is contained in:
parent
fc83f11cf6
commit
461d936227
|
@ -1988,4 +1988,9 @@
|
||||||
.wy-body-for-nav .keep-us-sustainable a {
|
.wy-body-for-nav .keep-us-sustainable a {
|
||||||
color: rgb(222, 219, 215);
|
color: rgb(222, 219, 215);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For black-on-white/transparent images at handbook/text-anchors.html */
|
||||||
|
#text-anchors img {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user