Skip to content

Commit

Permalink
Fix syntax highlighting in content
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Aug 30, 2020
1 parent d29bcf9 commit 4618dd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/a17t.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/dist/a17t.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/typography/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
}

pre {
@apply overflow-auto pre;
@apply overflow-auto pre;
}

pre code {
background-color: none;
}

code,
Expand Down

0 comments on commit 4618dd9

Please sign in to comment.