Skip to content

Commit 723fbd5

Browse files
authored
Increase font size for table header (#87)
1 parent ce5accc commit 723fbd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inst/2dii_gitbook_style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ table td {
77
font-size: 1.6rem !important;
88
}
99

10+
table th {
11+
font-size: 1.6rem !important;
12+
}
13+
1014
/* add line under the chapter numbers */
1115
.level1 .header-section-number {
1216
display: inline-block;

0 commit comments

Comments
 (0)