From 9f174dea7865c9b2aa9228fc26f8dc9c4895ac74 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 21 Dec 2022 17:13:25 +0330 Subject: update --- stylus/geeks_for_geeks.css | 12 ++++++++++++ stylus/scribe_rip.css | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 stylus/geeks_for_geeks.css create mode 100644 stylus/scribe_rip.css (limited to 'stylus') diff --git a/stylus/geeks_for_geeks.css b/stylus/geeks_for_geeks.css new file mode 100644 index 0000000..a099d40 --- /dev/null +++ b/stylus/geeks_for_geeks.css @@ -0,0 +1,12 @@ +@-moz-document domain("www.geeksforgeeks.org") { + #whatsNewCardContainer { + display: none; + max-width: 0%; + width: 0%; + } + + .article--viewer { + max-width: 130%; + width: 130%; + } +} diff --git a/stylus/scribe_rip.css b/stylus/scribe_rip.css new file mode 100644 index 0000000..d2b6c73 --- /dev/null +++ b/stylus/scribe_rip.css @@ -0,0 +1,9 @@ +@-moz-document domain("scribe.rip") { + img { + filter: sepia(1) brightness(0.5) contrast(1) saturate(0.6); + } + + img:hover { + filter: none; + } +} -- cgit v1.2.3