Skip to content

Commit b989180

Browse files
committed
[css-color-4] Force a text color for the deltaE table, as the chosen colors are light and assume black text
1 parent f4abc28 commit b989180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ table.named-color-table td:nth-child(-n+2) { border:1px solid var(--text); }
121121
.color-table th { white-space: pre-line; }
122122
.color-table td { padding: .75em; }
123123
.color-table .white { color: white; }
124-
table.deltaE td {border: 4px solid white; padding: 6px; font-size: 1.4em;}
124+
table.deltaE td {border: 4px solid white; padding: 6px; font-size: 1.4em; color: black;}
125125
table.deltaE td.dE0 { background: rgb(68, 243, 91)}
126126
table.deltaE td.dE1 { background: rgb(153, 243, 68)}
127127
table.deltaE td.dE2 { background: rgb(217, 243, 68)}

0 commit comments

Comments
 (0)