Fixed code block background color (#596)

This commit is contained in:
Luiz F. A. de Prá
2021-11-02 14:15:50 -03:00
parent 6581e860bd
commit ee806a669f
12 changed files with 503 additions and 73 deletions

View File

@@ -139,6 +139,7 @@ strong {
margin: 0 0 2rem;
padding: 1rem;
border-radius: 1rem;
background-color: $alt-bg-color !important;
}
pre {

View File

@@ -39,8 +39,9 @@
}
pre {
background-color: $alt-bg-color-dark !important;
code {
background-color: inherit;
// background-color: inherit;
color: inherit;
}
}