mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Dark theme: make border-faint darker than canvas-default
meaning two shades darker than it currently was.
This commit is contained in:
parent
3d896b5949
commit
7243a9c091
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $vars: (
|
|||
),
|
||||
subtle: (
|
||||
light: palette(gray, 2),
|
||||
dark: palette(gray, 6),
|
||||
dark: palette(gray, 8),
|
||||
),
|
||||
focus: (
|
||||
light: palette(indigo, 5),
|
||||
|
|
Loading…
Reference in a new issue