Skip to content

Commit

Permalink
Merge pull request opensourcepledge#79 from opensourcepledge/cwlw/twe…
Browse files Browse the repository at this point in the history
…ak-color

Use the exact same green as the logo
  • Loading branch information
chadwhitacre authored Sep 4, 2024
2 parents 2552a15 + e287278 commit a2bd5f7
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 @@ -180,7 +180,7 @@ const { title, navless } = Astro.props;
:root {
--color-bg: #080e17;
--color-light-bg: #16212d;
--color-primary: #2ad870;
--color-primary: #2dde74;
--color-secondary: #9e86ff;
--color-tertiary: #ffd00e;
--color-muted: #37485c;
Expand Down

0 comments on commit a2bd5f7

Please sign in to comment.