mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Darken border colors in dark theme
This commit is contained in:
parent
633f897e67
commit
7d1e8e99f4
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