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:
parent
b9a455f6ba
commit
0569c56128
@ -336,3 +336,9 @@ kbd
|
||||
{
|
||||
outline: 0.01em dotted var(--fg-dim);
|
||||
}
|
||||
|
||||
/* Includes title above code examples */
|
||||
.listingblock
|
||||
{
|
||||
background-color: var(--bg-dark);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user