From: Samir Benmendil Date: Fri, 6 Feb 2015 19:35:43 +0000 (+0000) Subject: Merge branch 'master' of tardis:/dotfiles X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5ac02f2fb4f822d58433ba57c6c9eae4c54ee5c6?hp=54e21bc059c009ba4e28e980b851c4560606ba47 Merge branch 'master' of tardis:/dotfiles --- 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 }