Styling for code blocks. (#23)

Revert back to a code block.

Style for code blocks.
This commit is contained in:
2020-07-30 03:31:09 +00:00
committed by jeff
parent 46816ac651
commit 58008d1e2a
2 changed files with 13 additions and 1 deletions

View File

@ -340,3 +340,11 @@ button.round, .btn.round {
}
.blue { --clr: #42A5F5 }
pre {
background: #eee;
border-radius: 5px;
padding-left: 1rem;
color: black;
font-size: 0.95rem;
}