mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Tweak inset shadow color
This commit is contained in:
parent
98e7c37eaa
commit
3d896b5949
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ $colors: (
|
|||
0: #f4f4f4,
|
||||
1: #efefef,
|
||||
2: #e3e3e3,
|
||||
3: #d1d1d1,
|
||||
3: #cacaca,
|
||||
4: #919191,
|
||||
5: #3a3a3a,
|
||||
6: #2d2d2d,
|
||||
|
|
|
@ -80,7 +80,7 @@ $vars: (
|
|||
dark: palette(gray, 9),
|
||||
),
|
||||
inset: (
|
||||
light: palette(gray, 3),
|
||||
light: palette(gray, 5),
|
||||
dark: palette(gray, 9),
|
||||
),
|
||||
focus: (
|
||||
|
|
|
@ -202,7 +202,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
left: 0;
|
||||
pointer-events: none;
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--border-subtle);
|
||||
border: 1px solid var(--border-default);
|
||||
transition: box-shadow 80ms cubic-bezier(0.33, 1, 0.68, 1);
|
||||
box-shadow: inset 0 0 1px 0 var(--shadow-inset);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue