Clarify some docs and improve code highlighting.

This commit is contained in:
Christopher Gervais 2017-03-03 13:27:51 -05:00
parent 91c581e678
commit 203716ea50
5 changed files with 38 additions and 47 deletions

View file

@ -1,17 +1,15 @@
pre code.console {
pre.codehilite > code,
div.codehilite > pre {
background-color: black;
color: #808080;
padding: 1em;
border-radius: 5px;
border-radius: 3px;
font-size: 110%;
font-weight: bold;
overflow: auto;
}
span.hljs-built_in,
span.hljs-comment,
span.hljs-keyword,
span.hljs-variable {
color: #808080;
font-weight: normal;
font-style: normal;
pre.codehilite > code.language-console > span,
div.codehilite > pre > span[style*="color: #AA22FF"] {
color: #808080 !important;
}