aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/geeks_for_geeks.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylus/geeks_for_geeks.css')
-rw-r--r--stylus/geeks_for_geeks.css12
1 files changed, 12 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%;
+ }
+}