improve the code block styling a wee bit

This commit is contained in:
zotlabs
2017-09-07 21:29:32 -07:00
parent f2dc55244c
commit 1104e2652f
2 changed files with 3 additions and 9 deletions

View File

@@ -136,6 +136,8 @@ input, optgroup, select, textarea {
pre code {
border: none;
padding: 1em 1.5em;
border-radius: $radius;
}
code {