Accessibility insights: fixed minor color contrast issues (#5587)

* fixed minor color contrast issues

* go back to using lighten, just use a lower percentage
This commit is contained in:
Sarah Rietkerk 2024-04-10 10:57:01 -07:00 коммит произвёл GitHub
Родитель ef8533b639
Коммит ad0fb69667
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -375,7 +375,7 @@
"graphBackground": "#d9d9d9",
"lineColors": [
"#6633cc",
"#3891A6",
"#2C7485",
"#3454D1",
"#EF767A",
"#F46197",

Просмотреть файл

@ -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