From e45c4fc0d9d0cc79dbcae9f5413e840d7a65b094 Mon Sep 17 00:00:00 2001 From: wmat Date: Wed, 12 Jun 2024 10:56:37 -0400 Subject: [PATCH 1/2] 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. --- themes/riscv-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/riscv-pdf.yml b/themes/riscv-pdf.yml index 8f7b9f7..90bf270 100644 --- a/themes/riscv-pdf.yml +++ b/themes/riscv-pdf.yml @@ -294,7 +294,7 @@ figure: align: center table: background_color: $page_background_color - font-size: 9 + font-size: $base_font_size * 0.9em #head_background_color: #2596be #head_font_color: $base_font_color head_font_style: bold From 72d42b3203fa3c9ccf6959c9370f76b77d03d3fd Mon Sep 17 00:00:00 2001 From: wmat Date: Wed, 12 Jun 2024 11:09:49 -0400 Subject: [PATCH 2/2] Fix trailing whitespace Fix trailing whitespace --- themes/riscv-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/riscv-pdf.yml b/themes/riscv-pdf.yml index 90bf270..18d25b4 100644 --- a/themes/riscv-pdf.yml +++ b/themes/riscv-pdf.yml @@ -294,7 +294,7 @@ figure: align: center table: background_color: $page_background_color - font-size: $base_font_size * 0.9em + font-size: $base_font_size * 0.9em #head_background_color: #2596be #head_font_color: $base_font_color head_font_style: bold