From b6961d9bdbb0608246a37e6493489399c5d9c2a1 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 20 Aug 2019 14:56:32 -0500 Subject: [PATCH] darken azure by default to avoid contrast issues --- src/Nri/Ui/Colors/V1.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nri/Ui/Colors/V1.elm b/src/Nri/Ui/Colors/V1.elm index d1f9dc92..3ef0ddc1 100644 --- a/src/Nri/Ui/Colors/V1.elm +++ b/src/Nri/Ui/Colors/V1.elm @@ -98,7 +98,7 @@ aquaLight = -} azure : Css.Color azure = - hex "#146aff" + hex "#0A64FF" {-|