Skip to content

Commit

Permalink
feat: increase gray density to shadow in header
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Mar 7, 2024
1 parent 8ae68f2 commit 930ab77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ body {

/* HEADER */
.scrolled-header-bg {
@apply bg-white dark:bg-primary shadow shadow-gray-200 dark:shadow-transparent;
@apply bg-white dark:bg-primary shadow shadow-gray-300 dark:shadow-transparent;
}

0 comments on commit 930ab77

Please sign in to comment.