Skip to content

Commit

Permalink
🐛 Remove text shadow from code
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Aug 13, 2020
1 parent 3dd3cde commit 57318ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ export const OpenAPIBlock = ({ specUrl }) => {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
text-shadow: none;
white-space: pre;
word-spacing: normal;
word-break: normal;
Expand Down

0 comments on commit 57318ce

Please sign in to comment.