Skip to content

Commit

Permalink
Improved colors
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 6, 2022
1 parent 769902d commit 6670b93
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
Binary file modified docs/resources/SampleReports.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ private string CreateSvgBadge(SummaryResult summaryResult, bool includeLineCover
methodCoverage = $"{summaryResult.CodeElementCoverageQuota.Value.ToString(CultureInfo.InvariantCulture)}%";
}

// TODO
return string.Format(
Template,
ReportResources.CodeCoverage,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

.card-group .card table tr:hover {
background-color: #545454;
background-color: #2E2D2C;
}

.overview tr:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

.card-group .card table tr:hover {
background-color: #545454;
background-color: #2E2D2C;
}

.overview tr:hover {
Expand Down

0 comments on commit 6670b93

Please sign in to comment.