Merge pull request #6511 from hashicorp/code-highlighting

Give code blocks coloured background
This commit is contained in:
Luke Kysow 2019-09-20 10:35:53 -07:00 committed by GitHub
commit 9ee27c49ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -83,9 +83,7 @@
.alert code {
font-family: $font-family-monospace;
font-size: 90%;
background-color: transparent;
color: inherit;
padding: 0;
}
table {