Skip to content

Commit 10a778c

Browse files
authored
Merge pull request #15 from codestance/improve-contrast
improve contrast of table elements
2 parents 90143b2 + 3564afc commit 10a778c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
dd { display: block; margin-inline-start: 0px; position: relative; padding-left: var(--left-padding);*//* text-align: center; }*/
3333

3434
/* 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;}
4848

4949
td > a { display: block; height: 100%; width: 100%; top: 0; position: absolute; z-index: -1; }
5050
/* Reduce hit area sie of dd */

0 commit comments

Comments
 (0)