Skip to content

Commit

Permalink
Merge branch 'master' into tech/use-action
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesuss authored Oct 18, 2019
2 parents 21ee6c7 + d0a1dc8 commit 010ff0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const HighlightBlock = styled.div`
}
.language-bash .token.operator,
.language-bash .token.function {
.language-bash .token.function,
.language-bash .token.builtin {
color: ${color.darkest};
background: none;
}
Expand Down

0 comments on commit 010ff0f

Please sign in to comment.