Skip to content

Commit 72b9d01

Browse files
Alter styling slightly to be less bold
1 parent 54ebb5b commit 72b9d01

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

site/static/detailed-query.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
body.hide-delta .delta {
1717
display: none;
1818
}
19-
20-
#primary-table td {
21-
border: 1px lightgrey solid;
19+
20+
#primary-table td,
21+
#primary-table th {
22+
padding-left: 1.5em;
2223
}
23-
24+
2425
#primary-table tr:nth-child(2n+1) {
25-
background-color: #FBFBFB;
26+
background-color: #F9F9F9;
2627
}
2728

2829
[data-sort-idx]::after {

0 commit comments

Comments
 (0)