Increase font size in HTML reporters

This commit is contained in:
Steve Gravrock
2025-11-15 09:06:19 -08:00
parent 00a8a11904
commit 1f31b4b0f6
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ $failing-mark: "\d7";
$pending-mark: "*";
$space: "\0020";
$font-size: 11px;
$font-size: 12px;
$large-font-size: 14px;
body {