From 0f7661db8ad433c9a145182556029f678e0b6a46 Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:21:45 -0500 Subject: [PATCH] Darken yellow in checks header to achieve 3.1 contrast --- app/styles/ui/check-runs/_ci-check-run-popover.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {