diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-05 16:12:20 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-05 16:12:20 +0000 |
commit | 2955a598121f45f23b77bf9c029747c310257bdc (patch) | |
tree | d90dbf43bdcbaabb868e22fcb19ba17337db5765 /stylus/manganato_sepia.css | |
parent | updates (diff) | |
download | scripts-2955a598121f45f23b77bf9c029747c310257bdc.tar.gz scripts-2955a598121f45f23b77bf9c029747c310257bdc.zip |
dont kill my eyes
Diffstat (limited to '')
-rw-r--r-- | stylus/manganato_sepia.css | 5 |
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); + } +} |