Fix broken background for code blocks

Fixes #256
This commit is contained in:
rubenwardy
2021-07-24 01:14:28 +01:00
parent 823c06d3ea
commit 0614e6b28b
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ p, .content li {
}
}
pre code {
pre {
display: block;
border: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(51, 51, 51, 0.25);