]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/default.css
dwb: use transparent background in default css
[dotfiles.git] / dwb / userstyles / default.css
1 :not(img) {
2 background-color: rgba(34, 34, 34, 0.5) ! important;
3 background-image: none !important;
4 color: #D4D2CF ! important;
5 }
6
7 body, html {
8 background-color: #222222 ! important;
9 background-image: none !important;
10 }
11
12 .dwb_hint {
13 background-color: #222222 ! important;
14 }
15
16 :link, :link * {
17 color: #5DC3D7 !important;
18 }
19
20 :visited, :visited * {
21 color: #666665 !important;
22 }
23 .tagContainer {
24 display: none;
25 }