mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
INCREASE border to fullfill a11y contrast
This commit is contained in:
parent
f927aa5788
commit
b4e422e434
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ $vars: (
|
||||||
default: (
|
default: (
|
||||||
"Border color with medium contrast against window background",
|
"Border color with medium contrast against window background",
|
||||||
(
|
(
|
||||||
light: palette(lightgray, 6),
|
light: palette(lightgray, 9),
|
||||||
dark: palette(darkgray, 7),
|
dark: palette(darkgray, 7),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue