X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bc1af5e2df77df9de2c508008bf084e0e07e2029..04777d235de29601d324ccd62c888c2f5891ad05:/dwb/userstyles/xkcd.com.css diff --git a/dwb/userstyles/xkcd.com.css b/dwb/userstyles/xkcd.com.css new file mode 100644 index 0000000..f06fd87 --- /dev/null +++ b/dwb/userstyles/xkcd.com.css @@ -0,0 +1,31 @@ +: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; +}