Keep at it

This commit is contained in:
2019-01-08 00:16:10 -05:00
parent 5efdcad0d2
commit 71c0be652d
2 changed files with 76 additions and 22 deletions

View File

@ -27,6 +27,11 @@ pre {
padding: 1.5em 999em 1.5em 999em;
}
// Forces inline single ticks to stay together
code.highlighter-rouge {
white-space: nowrap;
}
.highlight {
border: 1px solid #E8E8EB;