Skip to content

Commit 92102b5

Browse files
committed
[css-color-4] comment out null css
1 parent a1aabf1 commit 92102b5

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
@@ -49,7 +49,7 @@ table.named-color-table thead th { text-align:center; background:var(--text); co
4949
table.named-color-table th, table.named-color-table td { padding: 0 .25em; }
5050
table.named-color-table td { text-align:center; text-transform:uppercase; }
5151
table.named-color-table td:nth-child(-n+2) { border:1px solid var(--text); }
52-
table.named-color-table td:nth-child(n+4) { background: ; }
52+
/* table.named-color-table td:nth-child(n+4) { background: ; } */
5353
.color-table {
5454
background: rgb(46.63% 46.63% 46.63%);
5555
color: black;

0 commit comments

Comments
 (0)