mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add new border type 'ui'
This commit is contained in:
parent
d36bec8b32
commit
d3cd240de3
1 changed files with 7 additions and 0 deletions
|
@ -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: (
|
||||
|
|
Loading…
Reference in a new issue