mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Adjust light theme
This commit is contained in:
parent
068c2c10cf
commit
f8f3f28d08
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ $vars: (
|
|||
dark: get($color, gray, 0),
|
||||
),
|
||||
window-bg: (
|
||||
light: get($color, gray, 1),
|
||||
light: get($color, gray, 0),
|
||||
dark: get($color, gray, 6),
|
||||
),
|
||||
frame-bg: (
|
||||
light: get($color, gray, 0),
|
||||
light: white,
|
||||
dark: get($color, gray, 7),
|
||||
),
|
||||
border: (
|
||||
|
|
Loading…
Reference in a new issue