Added code highlighting

This commit is contained in:
Jori Lallo
2016-05-22 22:08:09 -07:00
parent 84b3b8ee39
commit d53bd8cebb
9 changed files with 144 additions and 24 deletions

View File

@@ -85,3 +85,11 @@ hr {
border-bottom-style: solid;
border-bottom-color: #ccc;
}
:global {
.hljs {
border: 1px solid rgba(0,0,0,.0625);
padding: 1rem;
border-radius: 0.25rem;
}
}