Skip to content

Commit

Permalink
Column headings now black in mobile view, closes #729
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 15, 2020
1 parent 5ea8c6d commit faea509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasette/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ table a:visited {

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

0 comments on commit faea509

Please sign in to comment.