Give rendered-data sections a background and some padding

This commit is contained in:
Richard van der Hoff 2022-08-02 22:47:03 +01:00
parent 5926efa9bd
commit de650e91b3

View file

@ -270,7 +270,9 @@ footer {
/* Styles for sections that are rendered from data, such as HTTP APIs and event schemas */ /* Styles for sections that are rendered from data, such as HTTP APIs and event schemas */
.rendered-data { .rendered-data {
margin: 1rem 0 3rem 0; background-color: $secondary-lightest-background;
padding: 1rem;
margin: 1rem 0;
details { details {
summary { summary {