Give code blocks coloured background

This will make them stand out more and matches the style of terraform.io
This commit is contained in:
Luke Kysow 2019-09-19 14:53:28 -07:00
parent a0c9a2b329
commit 7ac70493c6
No known key found for this signature in database
GPG Key ID: FA168D4DC3F04307
1 changed files with 0 additions and 2 deletions

View File

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