File: dark.css

package info (click to toggle)
pillow 12.0.0-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 72,636 kB
  • sloc: python: 49,518; ansic: 38,787; makefile: 302; sh: 168; javascript: 85
file content (9 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
/* For black-on-white/transparent images at handbook/text-anchors.html */
body[data-theme="dark"] #text-anchors img {
    filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
@media (prefers-color-scheme: dark) {
    body[data-theme="auto"] #text-anchors img {
        filter: invert(1) brightness(0.85) hue-rotate(-60deg);
    }
}