Skip to content

Commit

Permalink
feat: Update box shadow in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent df29c40 commit cbf71b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@
--link-color: var(--color-brand-400);
--border-color: var(--color-dark-300);
--divider-color: var(--color-dark-200);
--boxshadow: 0 1.66035px 2.10311px rgba(3, 15, 16, 0.0393604),
0 3.99006px 5.05408px rgba(3, 15, 16, 0.056545),
0 7.51293px 9.51638px rgba(3, 15, 16, 0.07),
0 13.4018px 16.9756px rgba(3, 15, 16, 0.083455),
0 25.0666px 31.751px rgba(3, 15, 16, 0.10064),
0 60px 76px rgba(3, 15, 16, 0.14);
}

0 comments on commit cbf71b9

Please sign in to comment.