Give codeblocks a background color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-07 08:42:16 +02:00
parent 8c1721fc35
commit 9d12439ee7
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -477,6 +477,7 @@ $hover-select-border: 4px;
pre, code {
font-family: $monospace-font-family !important;
background-color: $header-panel-bg-color;
}
pre {