From 769a4f3297eef20a6624457cf3079a5270e12c16 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 20 May 2014 09:36:16 +0100 Subject: [PATCH] dwb: slightly change the bg colour --- dwb/userstyles/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwb/userstyles/default.css b/dwb/userstyles/default.css index 9e84a99..5128339 100644 --- a/dwb/userstyles/default.css +++ b/dwb/userstyles/default.css @@ -1,10 +1,10 @@ :not(img) { - background-color: #201F1F ! important; + background-color: #222222 ! important; color: #D4D2CF ! important; } :link, :link * { - color: #5DC3D7!important; + color: #5DC3D7 !important; } :visited, :visited * { -- 2.48.1