X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ffe935b1e77b02f1ac2c3ede0a5036a03d0fb4a9..0d89e0b38f04e0dc6fd0e2b51efa044bd3ccfc5a:/dwb/userstyles/default.css?ds=sidebyside diff --git a/dwb/userstyles/default.css b/dwb/userstyles/default.css index dfc2690..19f452b 100644 --- a/dwb/userstyles/default.css +++ b/dwb/userstyles/default.css @@ -1,15 +1,25 @@ :not(img) { - background-color: #201F1F ! important; + background-color: rgba(34, 34, 34, 0.5) ! important; + background-image: none !important; color: #D4D2CF ! important; - } - - :link, :link * { - color: #5DC3D7!important; - } - - :visited, :visited * { - color: #666665 !important; - } - .tagContainer { - display: none; - } +} + +body, html { + background-color: #222222 ! important; + background-image: none !important; +} + +.dwb_hint { + background-color: #222222 ! important; +} + +:link, :link * { + color: #5DC3D7 !important; +} + +:visited, :visited * { + color: #666665 !important; +} +.tagContainer { + display: none; +}