mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Column headings now black in mobile view, closes #729
This commit is contained in:
parent
5ea8c6d1cd
commit
faea5093b8
1 changed files with 2 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ table a:visited {
|
||||||
|
|
||||||
.rows-and-columns td:before {
|
.rows-and-columns td:before {
|
||||||
display: block;
|
display: block;
|
||||||
|
color: black;
|
||||||
margin-left: -10%;
|
margin-left: -10%;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
@ -349,4 +350,4 @@ p.zero-results {
|
||||||
/* Value types */
|
/* Value types */
|
||||||
.type-float, .type-int {
|
.type-float, .type-int {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue