sintonia/docs/_css/term.css

18 lines
286 B
CSS
Raw Normal View History

pre code.console {
background-color: black;
color: #808080;
padding: 1em;
border-radius: 5px;
font-size: 110%;
overflow: auto;
}
span.hljs-built_in,
span.hljs-comment,
span.hljs-keyword,
span.hljs-variable {
color: #808080;
font-weight: normal;
font-style: normal;
}