diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-21 13:43:25 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-21 13:43:25 +0000 |
commit | 9f174dea7865c9b2aa9228fc26f8dc9c4895ac74 (patch) | |
tree | de99dc91ff11cb1a243f0dc6cea1734dfa6eaf05 /stylus | |
parent | update (diff) | |
download | scripts-9f174dea7865c9b2aa9228fc26f8dc9c4895ac74.tar.gz scripts-9f174dea7865c9b2aa9228fc26f8dc9c4895ac74.zip |
update
Diffstat (limited to 'stylus')
-rw-r--r-- | stylus/geeks_for_geeks.css | 12 | ||||
-rw-r--r-- | stylus/scribe_rip.css | 9 |
2 files changed, 21 insertions, 0 deletions
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; + } +} |