aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-05 16:12:20 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-05 16:12:20 +0000
commit2955a598121f45f23b77bf9c029747c310257bdc (patch)
treed90dbf43bdcbaabb868e22fcb19ba17337db5765
parentupdates (diff)
downloadscripts-2955a598121f45f23b77bf9c029747c310257bdc.tar.gz
scripts-2955a598121f45f23b77bf9c029747c310257bdc.zip
dont kill my eyes
-rw-r--r--stylus/manganato_sepia.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/stylus/manganato_sepia.css b/stylus/manganato_sepia.css
new file mode 100644
index 0000000..cb094ff
--- /dev/null
+++ b/stylus/manganato_sepia.css
@@ -0,0 +1,5 @@
+@-moz-document domain("readmanganato.com") {
+ .container-chapter-reader {
+ filter: sepia(1) brightness(0.7) contrast(0.9) saturate(0.9);
+ }
+}