]> git.rmz.io Git - dotfiles.git/commitdiff
dwb: fix reddit css
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 5 Feb 2015 15:45:27 +0000 (15:45 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Thu, 5 Feb 2015 15:45:27 +0000 (15:45 +0000)
dwb/userstyles/reddit.com.css

index 7d029a772702edc0f9277e38f3c9b2b1f05c797c..469f5a7ec032712c2457f39f71c1bd2147c19d37 100644 (file)
@@ -361,6 +361,11 @@ blockquote p {
   background : #1c1c1c !important
 }
 
+.md code, .md pre, .usertext-edit textarea code, .usertext-edit textarea pre {
+    background-color: #1c1c1c !important;
+    border-color: #2c2c2c !important;
+}
+
 .link.self.md {
   border : 1px solid #333 !important
 }
@@ -398,11 +403,12 @@ blockquote p {
   border : 1px solid #333 !important
 }
 
-.usertext-body.md {
+.link .usertext .md {
   background : #222 !important;
-  border-left : 2px solid #333 !important;
+  border-left : 2px solid !important;
   -webkit-border-radius : 5px !important;
   border-radius : 5px !important;
+  border-color: #333 !important;
   margin-top : 1em !important
 }