Change background-color of titles above code examples.

This should make it clearer that the title belongs to the code and not
the preceding text.
This commit is contained in:
tastytea 2021-09-13 09:33:00 +02:00
parent b9a455f6ba
commit 0569c56128
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -336,3 +336,9 @@ kbd
{
outline: 0.01em dotted var(--fg-dim);
}
/* Includes title above code examples */
.listingblock
{
background-color: var(--bg-dark);
}