mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Shift the hue for easier to read colour scheme
Co-authored-by: nulano <nulano@nulano.eu>
This commit is contained in:
parent
b6fa30256e
commit
846e173f42
|
@ -1991,6 +1991,6 @@
|
|||
|
||||
/* For black-on-white/transparent images at handbook/text-anchors.html */
|
||||
#text-anchors img {
|
||||
filter: invert(1) brightness(0.85);
|
||||
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user