Setup syntax highlighting block

This commit is contained in:
2019-02-17 08:53:07 -05:00
parent 9eaf9602c5
commit c164340493
4 changed files with 49 additions and 10 deletions

View File

@@ -434,7 +434,6 @@ article.single * {
article.single pre {
margin-top: 0;
margin-bottom: 1rem;
overflow-x: scroll;
border-radius: 3px;
padding: 2rem; }
@@ -448,8 +447,6 @@ article.single figure, article.single div.highlight {
box-sizing: border-box;
max-width: 52rem;
width: 52rem;
margin-left: -8rem;
margin-right: -8rem;
margin-bottom: 1rem;
padding: 1em;
background-color: #393939; }