]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userstyles/default.css
dwb: do not set background images per default
[dotfiles.git] / dwb / userstyles / default.css
index 45aa13622a298a10c28254899368731910aa6a6a..e2d97d3b5b940f61f1810b5d25012ef3563b3a55 100644 (file)
@@ -1,15 +1,16 @@
 :not(img) {
-    background-color: #201F1F ! important;
+    background-color: #222222 ! important;
+    background-image: none !important;
     color: #D4D2CF ! important;
- }
+}
 
- :link, :link * {
-     color: #719696 !important;
- }
+:link, :link * {
+    color: #5DC3D7 !important;
+}
 
- :visited, :visited * {
-     color: #666665 !important;
- }
- .tagContainer {
-     display: none;
- }
+:visited, :visited * {
+    color: #666665 !important;
+}
+.tagContainer {
+    display: none;
+}