Skip to content

Commit

Permalink
Tweak shadow to be less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Oct 7, 2023
1 parent e3cbfb5 commit c624616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $tooltip-background-color: #18181b;

$font-family: "Nunito", sans-serif;
$outline: 0.25rem solid $outline-color;
$shadow: 0 0.125rem 1rem $accent-color;
$shadow: 0 0.125rem 0.5rem rgba($accent-color, 0.75), 0 0.125rem 1rem rgba($accent-color, 0.25);
$transition: 0.3s ease;

$slide-distance: 2.5rem;
Expand Down

0 comments on commit c624616

Please sign in to comment.