From: Samir Benmendil Date: Sun, 22 Mar 2015 07:52:50 +0000 (+0000) Subject: dwb: update trakt.tv css X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/74e85f969de98c4b18fe2d3216e866d6cc090a80 dwb: update trakt.tv css --- diff --git a/dwb/userstyles/trakt.tv.css b/dwb/userstyles/trakt.tv.css index 29e7035..9df8fbf 100644 --- a/dwb/userstyles/trakt.tv.css +++ b/dwb/userstyles/trakt.tv.css @@ -1,3 +1,7 @@ +section.welcome { + display: none !important; +} + section { background-color: #1d1d1d !important; color: #fff ; @@ -13,8 +17,19 @@ section { background-color: #1d1d1d !important; } +.subnav-wrapper { + background-color: #1d1d1d !important; +} + +#info-wrapper .season-links .links ul li a.selected { + color: #fff !important; +} + .data-wrapper { background-color: #1d1d1d !important; +} + +#episodes-wrapper h3 a { color: #fff !important; }