From de650e91b3bbca4ad5f9a62b535d9081918a05fa Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 2 Aug 2022 22:47:03 +0100 Subject: [PATCH] Give rendered-data sections a background and some padding --- assets/scss/custom.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 512197a6..2ff334bd 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -270,7 +270,9 @@ footer { /* Styles for sections that are rendered from data, such as HTTP APIs and event schemas */ .rendered-data { - margin: 1rem 0 3rem 0; + background-color: $secondary-lightest-background; + padding: 1rem; + margin: 1rem 0; details { summary {