From d3cd240de3cd02dd8518e7adfca11f8649100ce2 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:59:06 +0200 Subject: [PATCH] Add new border type 'ui' --- ts/lib/sass/_vars.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ts/lib/sass/_vars.scss b/ts/lib/sass/_vars.scss index a8da766ad..9d75aa48d 100644 --- a/ts/lib/sass/_vars.scss +++ b/ts/lib/sass/_vars.scss @@ -178,6 +178,13 @@ $vars: ( dark: palette(blue, 5), ), ), + ui: ( + "Border color of ui elements, designed for minimum A11Y contrast against the background.", + ( + light: palette(lightgray, 10), + dark: palette(blue, 5), + ), + ), ), button: ( bg: (