Settings to invert colors of the images

Useful for novels, for reading in dark mode
This commit is contained in:
Kenrick
2024-07-08 23:15:17 +08:00
parent 109241e584
commit 1fdbdf5185
3 changed files with 5 additions and 1 deletions

View File

@@ -340,6 +340,7 @@
<div
class="flex flex-row"
class:flex-row-reverse={!volumeSettings.rightToLeft}
style:filter={`invert(${$settings.invertColors ? 1 : 0})`}
on:dblclick={onDoubleTap}
role="none"
id="manga-panel"