mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 19:57:46 -04:00

Former-commit-id: 3d1c115624572a5e0a07af7892c5ccaef614fd00 [formerly c397537627e22dbbdfd7b31b6cf3598704167228] Former-commit-id: e0c552f28f96dfaa71246823ad8bfcdc7d16832a
12 lines
219 B
CSS
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;
|
|
}
|