From b105fd8fa65df3dac66b9973d6ff2e86a599143a Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 5 Nov 2014 10:48:57 +0000 Subject: [PATCH] dwb: do not set background images per default --- dwb/userstyles/default.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.48.1