From 16d1f4ca01e282de2cafe5882c579f090ef45377 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Thu, 19 Sep 2019 14:53:28 -0700 Subject: [PATCH] Give code blocks coloured background This will make them stand out more and matches the style of terraform.io --- website/source/assets/stylesheets/_inner.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/assets/stylesheets/_inner.scss b/website/source/assets/stylesheets/_inner.scss index a9f0076f94..68dacc4bdb 100644 --- a/website/source/assets/stylesheets/_inner.scss +++ b/website/source/assets/stylesheets/_inner.scss @@ -83,9 +83,7 @@ .alert code { font-family: $font-family-monospace; font-size: 90%; - background-color: transparent; color: inherit; - padding: 0; } table {