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

@@ -8,7 +8,7 @@ body {
background-color: #eee;
padding: 5px;
margin: -8px;
font-size: 11px;
font-size: 12px;
font-family: Monaco, "Lucida Console", monospace;
line-height: 14px;
color: #333;
@@ -63,7 +63,7 @@ body {
float: right;
line-height: 28px;
padding-right: 9px;
font-size: 11px;
font-size: 12px;
}
.jasmine_html-reporter .jasmine-symbol-summary {
overflow: hidden;

View File

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