aboutsummaryrefslogtreecommitdiffstats
path: root/stylus
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-21 13:43:25 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-21 13:43:25 +0000
commit9f174dea7865c9b2aa9228fc26f8dc9c4895ac74 (patch)
treede99dc91ff11cb1a243f0dc6cea1734dfa6eaf05 /stylus
parentupdate (diff)
downloadscripts-9f174dea7865c9b2aa9228fc26f8dc9c4895ac74.tar.gz
scripts-9f174dea7865c9b2aa9228fc26f8dc9c4895ac74.zip
update
Diffstat (limited to 'stylus')
-rw-r--r--stylus/geeks_for_geeks.css12
-rw-r--r--stylus/scribe_rip.css9
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;
+ }
+}