mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Tweak light theme border and shadow colors
This commit is contained in:
parent
1b8e32e363
commit
7451b67f2a
1 changed files with 4 additions and 4 deletions
|
@ -37,11 +37,11 @@ $vars: (
|
||||||
),
|
),
|
||||||
border: (
|
border: (
|
||||||
default: (
|
default: (
|
||||||
light: palette(gray, 3),
|
light: palette(gray, 5),
|
||||||
dark: palette(gray, 8),
|
dark: palette(gray, 8),
|
||||||
),
|
),
|
||||||
subtle: (
|
subtle: (
|
||||||
light: palette(gray, 2),
|
light: palette(gray, 3),
|
||||||
dark: palette(gray, 7),
|
dark: palette(gray, 7),
|
||||||
),
|
),
|
||||||
focus: (
|
focus: (
|
||||||
|
@ -75,11 +75,11 @@ $vars: (
|
||||||
),
|
),
|
||||||
shadow: (
|
shadow: (
|
||||||
default: (
|
default: (
|
||||||
light: palette(gray, 3),
|
light: palette(gray, 5),
|
||||||
dark: palette(gray, 8),
|
dark: palette(gray, 8),
|
||||||
),
|
),
|
||||||
inset: (
|
inset: (
|
||||||
light: palette(gray, 2),
|
light: palette(gray, 4),
|
||||||
dark: palette(gray, 7),
|
dark: palette(gray, 7),
|
||||||
),
|
),
|
||||||
focus: (
|
focus: (
|
||||||
|
|
Loading…
Reference in a new issue