diff --git a/app/styles/ui/check-runs/_ci-check-run-popover.scss b/app/styles/ui/check-runs/_ci-check-run-popover.scss index 1289d1dc704..7d0b8aedc1d 100644 --- a/app/styles/ui/check-runs/_ci-check-run-popover.scss +++ b/app/styles/ui/check-runs/_ci-check-run-popover.scss @@ -40,7 +40,7 @@ } .pending { - color: $yellow-700; + color: darken($yellow-700, 10%); } } @@ -88,7 +88,7 @@ > .waiting, > .requested, > .pending { - fill: $yellow-700; + fill: darken($yellow-700, 10%); } > .success {