From 7ac70493c683101897090d897b03f0486204f6cf 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 a9f0076f9..68dacc4bd 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 {