From: Samir Benmendil Date: Thu, 5 Feb 2015 15:45:27 +0000 (+0000) Subject: dwb: fix reddit css X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/06edbd57040e575ada9169e1a6b187c90b322fd8?ds=sidebyside dwb: fix reddit css --- diff --git a/dwb/userstyles/reddit.com.css b/dwb/userstyles/reddit.com.css index 7d029a7..469f5a7 100644 --- a/dwb/userstyles/reddit.com.css +++ b/dwb/userstyles/reddit.com.css @@ -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 }