"superuser.com" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/stackoverflow.com.css" },
"tardis" : { "user-stylesheet-uri" : "" },
"tardis.uni.cx" : { "user-stylesheet-uri" : "" },
+ "trakt.tv" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/trakt.tv.css" },
"thetvdb.com" : { "user-stylesheet-uri" : "" },
"usenet-crawler.com" : { "user-stylesheet-uri" : "" },
"wikipedia.org" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/wikipedia.org.css" },
--- /dev/null
+section {
+ background-color: #1d1d1d !important;
+ color: #fff ;
+}
+
+.users-wrapper {
+ background-color: #1d1d1d !important;
+ border-color: #0f0f0f !important;
+ color: #fff ;
+}
+
+.btn {
+ background-color: #1d1d1d !important;
+}
+
+.data-wrapper {
+ background-color: #1d1d1d !important;
+ color: #fff !important;
+}
+
+#info-wrapper .info .action-buttons .btn .data-wrapper ul.lists li {
+ color: #fff !important;
+}
+
+.comment-wrapper.featured {
+ background-color: #222222 !important;
+}
+
+.comment-wrapper {
+ background-color: #1d1d1d !important;
+}
+
+.panel, .form-control {
+ background-color: #1d1d1d !important;
+}
+
+.panel-default>.panel-heading {
+ background-color: #222222 !important;
+}
+
+#progress-wrapper .row .main-info .seasons {
+ background-color: #101010 !important;
+}
+
+.stat span {
+ color: #525252 !important;
+}
+
+#info-wrapper .sidebar .external li a {
+ color: white !important;
+}
+
+section#huckster-content-page,
+div#huckster-desktop-wrapper {
+ display: none !important;
+}