Skip to content

Commit e45c4fc

Browse files
committed
Update table font size to be 0.9em of base font size.
base_font_size is 11.5, therefore making table_font_size * 0.9em equates to 10.35pt.
1 parent d7a4606 commit e45c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/riscv-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ figure:
294294
align: center
295295
table:
296296
background_color: $page_background_color
297-
font-size: 9
297+
font-size: $base_font_size * 0.9em
298298
#head_background_color: #2596be
299299
#head_font_color: $base_font_color
300300
head_font_style: bold

0 commit comments

Comments
 (0)