X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f57295e7aea3635dcb049969d990cf5cebf717b1..f3134f45275c5251e63651306b6771344a5d3291:/dwb/userstyles/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; }