mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-25 11:33:42 +03:00
Turn down the brightness [CI skip]
Co-authored-by: nulano <nulano@nulano.eu>
This commit is contained in:
parent
461d936227
commit
b6fa30256e
|
@ -1991,6 +1991,6 @@
|
||||||
|
|
||||||
/* For black-on-white/transparent images at handbook/text-anchors.html */
|
/* For black-on-white/transparent images at handbook/text-anchors.html */
|
||||||
#text-anchors img {
|
#text-anchors img {
|
||||||
filter: invert(1);
|
filter: invert(1) brightness(0.85);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user