mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
Tweak card/note accent colors
This commit is contained in:
parent
c5f9e9954b
commit
d3fa137e1c
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ $vars: (
|
|||
),
|
||||
accent: (
|
||||
card: (
|
||||
light: palette(blue, 4),
|
||||
light: palette(blue, 3),
|
||||
dark: palette(blue, 4),
|
||||
),
|
||||
note: (
|
||||
|
@ -97,7 +97,7 @@ $vars: (
|
|||
dark: palette(green, 4),
|
||||
),
|
||||
link: (
|
||||
light: palette(blue, 9),
|
||||
light: palette(blue, 7),
|
||||
dark: palette(blue, 2),
|
||||
),
|
||||
danger: (
|
||||
|
|
Loading…
Reference in a new issue