From: Samir Benmendil Date: Wed, 15 Apr 2015 23:44:11 +0000 (+0100) Subject: dwb: use transparent background in default css X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f3134f45275c5251e63651306b6771344a5d3291 dwb: use transparent background in default css --- diff --git a/dwb/userstyles/default.css b/dwb/userstyles/default.css index e2d97d3..19f452b 100644 --- a/dwb/userstyles/default.css +++ b/dwb/userstyles/default.css @@ -1,9 +1,18 @@ :not(img) { - background-color: #222222 ! important; + 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; }