Skip to content

Commit

Permalink
feat(word list): reduce box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 25, 2024
1 parent 72e2a73 commit 3d4b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/_word-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
gap: 1rem;
box-shadow:
0 0.5px 0.6px color-mix(in srgb, var(--color-box-shadow, var(--orange-900)) 8%, transparent),
0 4px 5px color-mix(in srgb, var(--color-box-shadow, var(--orange-900)) 16%, transparent);
0 2px 3px color-mix(in srgb, var(--color-box-shadow, var(--orange-900)) 16%, transparent);

@include butler-mx.hover {
.c-word-list__berlinerisch a {
Expand Down

0 comments on commit 3d4b37a

Please sign in to comment.