Skip to content

Commit

Permalink
fix a shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 23, 2024
1 parent 192458c commit 34a98cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@

<style>
a.chip:active {
box-shadow: var(--shadow_inset_xs);
box-shadow: var(--shadow_inset_xs) var(--shadow_color_xs);
}
</style>

0 comments on commit 34a98cf

Please sign in to comment.