Clarifying codeblocks

This commit is contained in:
Zachary Klosko 2020-12-03 12:19:44 -05:00
parent ecf04f894b
commit 4fc86ea6f6
2 changed files with 4 additions and 1 deletions

View file

@ -232,6 +232,7 @@ text-align: right;
code {
color: #212529;
font-size: .9rem;
text-decoration: underline dotted;
}
pre.highlight {