Skip to content

Commit

Permalink
Merge pull request #502 from gemini-testing/sp.failColor
Browse files Browse the repository at this point in the history
fix(css): change color for failed tests
  • Loading branch information
sipayRT authored Sep 12, 2023
2 parents aca1039 + b603dbf commit fbb7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/static/variables.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--report-color-fail: rgba(255, 4, 0, 0.9);
--report-color-fail: #d00;
--report-color-skip: #8c8c8c;
--report-color-success: #169737;
}

0 comments on commit fbb7157

Please sign in to comment.