add code block styling

This commit is contained in:
Daniel Micay
2020-12-28 05:18:34 -05:00
parent 4f72ed181f
commit 72ca88ec19
15 changed files with 21 additions and 18 deletions

View File

@@ -37,6 +37,9 @@ h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited,
pre {
overflow-x: auto;
background-color: #e0e0e0; /* grey300 */
border-radius: 5px;
padding: 10px;
}
code, pre {