]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/paste.chakra-project.org.css
misc: cleanup some unimaas and cadscan related things
[dotfiles.git] / dwb / userstyles / paste.chakra-project.org.css
1 body {
2 background-color: #222 !important;
3 color: #888 !important;
4 }
5
6 label {
7 color: #EEE !important;
8 }
9
10 input, textarea, select, .uneditable-input {
11 background-color: #222 !important;
12 border-color: #444 !important;
13 }
14
15 div.graybox {
16 background-color: #333 !important;
17 }
18
19 div.whitebox {
20 background-color: #222 !important;
21 border-color: #282828 !important;
22 }
23
24 hr {
25 border-top-color: #444 !important;
26 border-bottom-color: #555 !important;
27 }
28
29 .codewrap li {
30 color: #EEE !important;
31 text-shadow: none !important;
32 }
33
34 .codewrap ol li:nth-child(odd) {
35 background-color: #333 !important;
36 }
37
38 .codewrap ol li:nth-child(even) {
39 background-color: #383838 !important;
40 }