From 60e9749aff57b81ac20cd66420aac48869c4bf0a Mon Sep 17 00:00:00 2001 From: Tyler Trout Date: Thu, 16 Jan 2020 16:29:55 -0500 Subject: [PATCH] Removed white background on code. (#218) Some code is unreadable on https://docs.silverstripe.org/en/4/developer_guides/customising_the_admin_interface/reactjs_redux_and_graphql --- src/theme/assets/scss/theme/_docs.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/theme/assets/scss/theme/_docs.scss b/src/theme/assets/scss/theme/_docs.scss index 32784ac..47da8a7 100644 --- a/src/theme/assets/scss/theme/_docs.scss +++ b/src/theme/assets/scss/theme/_docs.scss @@ -338,10 +338,6 @@ margin-top: 1rem; margin-bottom: 1rem; - code { - background: #fff; - } - .callout-title { font-size: 1rem; }