]> git.rmz.io Git - dotfiles.git/commitdiff
dwb: use transparent background in default css
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 15 Apr 2015 23:44:11 +0000 (00:44 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 15 Apr 2015 23:44:11 +0000 (00:44 +0100)
dwb/userstyles/default.css

index e2d97d3b5b940f61f1810b5d25012ef3563b3a55..19f452b976783a9ed187d932fcfabc4b32d33363 100644 (file)
@@ -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;
 }