mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Darken border colors in dark theme (#2119)
This commit is contained in:
parent
7ac8452c7d
commit
78cd785c63
1 changed files with 2 additions and 2 deletions
|
@ -67,11 +67,11 @@ $vars: (
|
|||
border: (
|
||||
default: (
|
||||
light: palette(lightgray, 6),
|
||||
dark: palette(darkgray, 6),
|
||||
dark: palette(darkgray, 7),
|
||||
),
|
||||
subtle: (
|
||||
light: palette(lightgray, 5),
|
||||
dark: palette(darkgray, 4),
|
||||
dark: palette(darkgray, 6),
|
||||
),
|
||||
strong: (
|
||||
light: palette(lightgray, 9),
|
||||
|
|
Loading…
Reference in a new issue