Skip to content

Commit

Permalink
Chore: Increase error color contrast
Browse files Browse the repository at this point in the history
Fix #3365
Close #3384
  • Loading branch information
sarvaje authored and molant committed Nov 22, 2019
1 parent 39d8249 commit afa82f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@
--link-color: var(--highlight-bg);
--link-alt-color: #bf49da;

--status-bg-error: #d83b01;
--status-bg-error: #c02e00;
--status-bg-pass: #00864b;
--status-bg-warn: #f2c811;
--status-bg-info: #cecece;
Expand Down
Expand Up @@ -20,7 +20,7 @@
--link-color: var(--highlight-bg);
--link-alt-color: #bf49da;

--status-bg-error: #d83b01;
--status-bg-error: #c02e00;
--status-bg-pass: #00864b;
--status-bg-warn: #f2c811;
--status-bg-info: #cecece;
Expand Down

0 comments on commit afa82f7

Please sign in to comment.