From b4e422e43485a1dc6a4577f520abb9d160e4d1f8 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:21:39 +0200 Subject: [PATCH] INCREASE border to fullfill a11y contrast --- ts/lib/sass/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/lib/sass/_vars.scss b/ts/lib/sass/_vars.scss index a8da766ad..434c0f7cb 100644 --- a/ts/lib/sass/_vars.scss +++ b/ts/lib/sass/_vars.scss @@ -153,7 +153,7 @@ $vars: ( default: ( "Border color with medium contrast against window background", ( - light: palette(lightgray, 6), + light: palette(lightgray, 9), dark: palette(darkgray, 7), ), ),