add highlight.js

This commit is contained in:
Jordan Scales 2020-04-21 15:46:35 -04:00
parent 002606b680
commit c304370840
9 changed files with 143 additions and 50 deletions

View file

@ -511,10 +511,10 @@ pre {
inset 2px 2px #0a0a0a;
padding: 12px 8px;
margin: 0;
font-family: monospace;
}
code {
code,
code * {
font-family: monospace;
}