mirror of
https://github.com/ankitects/anki.git
synced 2025-11-18 02:27:12 -05:00
Dark theme: make border-default one shade darker
This commit is contained in:
parent
e39a3edeab
commit
98e7c37eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ $vars: (
|
||||||
border: (
|
border: (
|
||||||
default: (
|
default: (
|
||||||
light: palette(gray, 3),
|
light: palette(gray, 3),
|
||||||
dark: palette(gray, 8),
|
dark: palette(gray, 9),
|
||||||
),
|
),
|
||||||
subtle: (
|
subtle: (
|
||||||
light: palette(gray, 2),
|
light: palette(gray, 2),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue