From 24bd72d7b2bfacc3caa45509b25e0ed9990b901a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 4 Nov 2022 08:33:18 +0330 Subject: update --- stylus/manganato_sepia.css | 8 ++++++-- stylus/realpython_wide.css | 15 +++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 stylus/realpython_wide.css (limited to 'stylus') diff --git a/stylus/manganato_sepia.css b/stylus/manganato_sepia.css index cb094ff..b72db94 100644 --- a/stylus/manganato_sepia.css +++ b/stylus/manganato_sepia.css @@ -1,5 +1,9 @@ -@-moz-document domain("readmanganato.com") { - .container-chapter-reader { +@-moz-document domain("readmanganato.com"), domain("chapmanganato.com") { + img { filter: sepia(1) brightness(0.7) contrast(0.9) saturate(0.9); } + + img:hover { + filter: none; + } } diff --git a/stylus/realpython_wide.css b/stylus/realpython_wide.css new file mode 100644 index 0000000..a94d573 --- /dev/null +++ b/stylus/realpython_wide.css @@ -0,0 +1,15 @@ +@-moz-document domain("realpython.com") { + div.container:nth-child(2) { + max-width: 90%; + width: 90%; + } + + img { + filter: sepia(1) brightness(0.7) contrast(0.9) saturate(0.9); + } + + img:hover { + filter: none; + filter: sepia(0); + } +} -- cgit v1.2.3