From ad0fb69667ef163e7821970f9128def90eef3692 Mon Sep 17 00:00:00 2001 From: Sarah Rietkerk <49178322+srietkerk@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:57:01 -0700 Subject: [PATCH] Accessibility insights: fixed minor color contrast issues (#5587) * fixed minor color contrast issues * go back to using lighten, just use a lower percentage --- pxtarget.json | 2 +- theme/site/globals/site.variables | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index fc8dd450..fab1cdc7 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -375,7 +375,7 @@ "graphBackground": "#d9d9d9", "lineColors": [ "#6633cc", - "#3891A6", + "#2C7485", "#3454D1", "#EF767A", "#F46197", diff --git a/theme/site/globals/site.variables b/theme/site/globals/site.variables index ca8c15da..58e400f4 100755 --- a/theme/site/globals/site.variables +++ b/theme/site/globals/site.variables @@ -9,7 +9,7 @@ @primaryColor: @purple; -@teal: #3891A6; +@teal: #2C7485; @blue: #3454D1; @red: #E41B21; @pink: #F46197; @@ -53,7 +53,7 @@ @simulatorBackground: #FDFDFF; @editorToolsBackground: @simulatorBackground; @blocklySvgColor: #ecf0f1; -@cloudCardBackground: lighten(@blue, 9); +@cloudCardBackground: lighten(@blue, 7); /*------------------- Side Docs