diff options
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; + } +} |