Skip to content

Commit

Permalink
Darken yellow in checks header to achieve 3.1 contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Dec 9, 2024
1 parent c6d71b3 commit 0f7661d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/ui/check-runs/_ci-check-run-popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

.pending {
color: $yellow-700;
color: darken($yellow-700, 10%);
}
}

Expand Down Expand Up @@ -88,7 +88,7 @@
> .waiting,
> .requested,
> .pending {
fill: $yellow-700;
fill: darken($yellow-700, 10%);
}

> .success {
Expand Down

0 comments on commit 0f7661d

Please sign in to comment.