Skip to content

Commit

Permalink
Replace darkmode pink color
Browse files Browse the repository at this point in the history
  • Loading branch information
brandstetterm committed Dec 7, 2023
1 parent 96f66ad commit e7cfc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const { title } = Astro.props;

--darkmode-background: #242c3d;
--darkmode-blue: #6b9cff;
--darkmode-pink: #ff80b4;
--darkmode-pink: #ff529a;
--darkmode-pink--desaturated: #353044;

--darkmode-shadow: 0 2px 32px -12px #0f131b;
Expand Down

0 comments on commit e7cfc0f

Please sign in to comment.