browser: cleanup duplicate support determination
[sheet.git] / darklite.css
1 @import url(dark.css);
2
3 th, td {
4         border-color: #333;
5         background: #181818;
6 }
7 .glyphs.dimap tbody, .glyphs.dimap colgroup {
8         border-color: #555;
9 }
10
11 .glyphs small.digraph {
12         background: #444;
13         color: #AAA;
14         opacity: 0.5;
15 }
16 .glyphs small.value {
17         background: #633;
18         color: #AAA;
19         opacity: 0.4;
20 }
21
22 .X  {background: #000} /* unidentified */
23 .Xr {background: #111} /* reverse */
24 .Co {background: #181111} /* private */
25
26 .me, .c-aa  .g8     {background: #102}
27 .mv, .c-oc  .g7     {background: #012}
28 .mo, .c-as, .g6 .l1 {background: #200}
29 .mi         .g5     {}
30 .cp, .c-eu, .g4 .l2 {background: #221400}
31 .co, .c-af, .g3 .l3 {background: #1C1C00}
32 .po         .g2     {}
33 .pm, .c-na, .g1 .l4 {background: #002200}
34 .ci, .c-sa  .g0     {background: #001A1A}
35 .no                 {}
36 .u-invalid          {background: #222}
37