Skip to content

Commit

Permalink
feat: Update guide listing description to use accent text color
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent 3698b55 commit 26763ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GuideListing/GuideListing.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
max-width: 800px;
text-align: center;
margin-bottom: 7.5rem;
color: var(--color-neutrals-500);
color: var(--accent-text-color);
}

.list {
Expand Down

0 comments on commit 26763ac

Please sign in to comment.