Skip to content

Commit

Permalink
chore: Fix background on inline code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 30, 2020
1 parent f31fb6f commit e3b72ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MDXContainer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

code {
padding: 0.125rem;
background: var(--color-neutrals-200);
background: var(--tertiary-background-color);
border-radius: 2px;
}

Expand Down

0 comments on commit e3b72ec

Please sign in to comment.