|
32 | 32 | dd { display: block; margin-inline-start: 0px; position: relative; padding-left: var(--left-padding);*//* text-align: center; }*/ |
33 | 33 |
|
34 | 34 | /* Colors */ |
35 | | -td { background-color: var(--color); color: white; outline: 1px solid var(--color); } |
36 | | -table a { color: white; } |
37 | | -.other { --color: grey; } /* default/other */ |
38 | | -.all { --color: olive; } |
39 | | -.allbutie11 { --color: darkolivegreen; } |
40 | | -.somebrowsers { --color: #18472d; } |
41 | | -.chrome { --color: dodgerblue; } |
42 | | -.proprietary { --color: dodgerblue; } |
43 | | -.partial { --color: slategray; } |
44 | | -.inprogress { --color: brown; } |
45 | | -.none { --color: #0d0d0d; } |
46 | | -.proposal { --color: maroon; } |
47 | | -.chrome.inprogress { --color: darkviolet; } |
| 35 | +td { background-color: var(--color); color: var(--text); outline: 1px solid var(--color); } |
| 36 | +table a { color: inherit; } |
| 37 | +.other { --color: darkmagenta; --text: white; } /* default/other */ |
| 38 | +.all { --color: #62BD69; --text: black; } |
| 39 | +.allbutie11 { --color: #237948; --text: white;} |
| 40 | +.somebrowsers { --color: #0c3823; --text: white;} |
| 41 | +.chrome { --color: #FFAC4A; --text: black;} |
| 42 | +.proprietary { --color: dodgerblue; --text: black;} |
| 43 | +.partial { --color: slategray; --text: black;} |
| 44 | +.inprogress { --color: #ba2420; --text: white;} |
| 45 | +.none { --color: #0d0d0d; --text: white;} |
| 46 | +.proposal { --color: #7a0400; --text: white;} |
| 47 | +.chrome.inprogress { --color: #FD5602; --text: black;} |
48 | 48 |
|
49 | 49 | td > a { display: block; height: 100%; width: 100%; top: 0; position: absolute; z-index: -1; } |
50 | 50 | /* Reduce hit area sie of dd */ |
|
0 commit comments