kiwix-js-pwa/www/-/s/style-dark-invert.css
Jaifroid 522ff9de62 Invert display-style maths SVGs in dark mode
Former-commit-id: 3d1c115624572a5e0a07af7892c5ccaef614fd00 [formerly c397537627e22dbbdfd7b31b6cf3598704167228]
Former-commit-id: e0c552f28f96dfaa71246823ad8bfcdc7d16832a
2019-12-29 17:51:34 +00:00

12 lines
219 B
CSS

html, img, video {
filter: invert(1) hue-rotate(180deg);
}
img.mwe-math-fallback-image-inline, img.mwe-math-fallback-image-display {
filter: hue-rotate(180deg);
}
body {
background: black !important;
}