docs: Darker border color for dark mode code blocks

This commit is contained in:
Fabian Homborg 2022-06-01 20:44:53 +02:00
parent e2edc5f899
commit b487f8b662

View File

@ -467,6 +467,10 @@ div.body .internal.reference:link {
color: inherit;
}
div.body pre {
border: 1px solid #536;
}
.footnote, .footnote-reference {
background-color: #101020;
}