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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue