]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userstyles/default.css
xdg: add user-dirs.dirs
[dotfiles.git] / dwb / userstyles / default.css
index 45aa13622a298a10c28254899368731910aa6a6a..19f452b976783a9ed187d932fcfabc4b32d33363 100644 (file)
@@ -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: #719696 !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;
+}