Skip to content

Commit

Permalink
imp: Make box-shadow under cards more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Jan 4, 2023
1 parent b810532 commit 2e645f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/components/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
padding: 2rem 1rem;

background-color: var(--color-grey3);
box-shadow: 0 1px 2px var(--color-box-shadow);
box-shadow: 1px 1px 2px 1px var(--color-box-shadow);
border-radius: 0.5rem;
}

Expand Down

0 comments on commit 2e645f7

Please sign in to comment.