Column headings now black in mobile view, closes #729

This commit is contained in:
Simon Willison 2020-05-15 11:16:47 -07:00
commit faea5093b8

View file

@ -79,6 +79,7 @@ table a:visited {
.rows-and-columns td:before {
display: block;
color: black;
margin-left: -10%;
font-size: 0.8em;
}
@ -349,4 +350,4 @@ p.zero-results {
/* Value types */
.type-float, .type-int {
color: #666;
}
}