mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Merge pull request #83 from radarhere/furo
This commit is contained in:
commit
dfbe9f01e9
|
@ -1,11 +1,9 @@
|
|||
/* For black-on-white/transparent images at handbook/text-anchors.html */
|
||||
@media (prefers-color-scheme: light) {
|
||||
body[data-theme="dark"] #text-anchors img {
|
||||
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
|
||||
}
|
||||
body[data-theme="dark"] #text-anchors img {
|
||||
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body:not([data-theme="light"]) #text-anchors img {
|
||||
body[data-theme="auto"] #text-anchors img {
|
||||
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user