]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/xkcd.com.css
dwb: add xkcd css
[dotfiles.git] / dwb / userstyles / xkcd.com.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
24 .tagContainer {
25 display: none;
26 }
27
28 img.illustration {
29 -webkit-filter: invert(100%) !important;
30 background-color: transparent !important;
31 }