aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/realpython_wide.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylus/realpython_wide.css')
-rw-r--r--stylus/realpython_wide.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/stylus/realpython_wide.css b/stylus/realpython_wide.css
new file mode 100644
index 0000000..a94d573
--- /dev/null
+++ b/stylus/realpython_wide.css
@@ -0,0 +1,15 @@
+@-moz-document domain("realpython.com") {
+ div.container:nth-child(2) {
+ max-width: 90%;
+ width: 90%;
+ }
+
+ img {
+ filter: sepia(1) brightness(0.7) contrast(0.9) saturate(0.9);
+ }
+
+ img:hover {
+ filter: none;
+ filter: sepia(0);
+ }
+}