"trakt.tv" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/trakt.tv.css" },
"usenet-crawler.com" : { "user-stylesheet-uri" : "" },
"wikipedia.org" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/wikipedia.org.css" },
+ "xkcd.com" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/xkcd.com.css" },
},
//Settings applied based on the hostname
hosts : {
--- /dev/null
+:not(img) {
+ background-color: rgba(34, 34, 34, 0.5) ! important;
+ background-image: none !important;
+ color: #D4D2CF ! important;
+}
+
+body, html {
+ background-color: #222222 ! important;
+ background-image: none !important;
+}
+
+.dwb_hint {
+ background-color: #222222 ! important;
+}
+
+:link, :link * {
+ color: #5DC3D7 !important;
+}
+
+:visited, :visited * {
+ color: #666665 !important;
+}
+
+.tagContainer {
+ display: none;
+}
+
+img.illustration {
+ -webkit-filter: invert(100%) !important;
+ background-color: transparent !important;
+}