]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userstyles/default.css
xdg: add user-dirs.dirs
[dotfiles.git] / dwb / userstyles / default.css
index 9e84a99595d05d22ed7d146864a2f7bb204a12a2..19f452b976783a9ed187d932fcfabc4b32d33363 100644 (file)
@@ -1,10 +1,20 @@
 :not(img) {
-    background-color: #201F1F ! 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;
+    color: #5DC3D7 !important;
 }
 
 :visited, :visited * {