From: Samir Benmendil Date: Wed, 5 Nov 2014 10:48:57 +0000 (+0000) Subject: dwb: do not set background images per default X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b105fd8fa65df3dac66b9973d6ff2e86a599143a dwb: do not set background images per default --- diff --git a/dwb/userstyles/default.css b/dwb/userstyles/default.css index 5128339..e2d97d3 100644 --- a/dwb/userstyles/default.css +++ b/dwb/userstyles/default.css @@ -1,5 +1,6 @@ :not(img) { background-color: #222222 ! important; + background-image: none !important; color: #D4D2CF ! important; }