This commit is contained in:
Zeke Sikelianos 2017-09-29 12:13:31 -07:00
Родитель a2f178b664
Коммит 56581b416d
1 изменённых файлов: 13 добавлений и 6 удалений

Просмотреть файл

@ -79,13 +79,20 @@
} }
pre { pre {
background-color: #2b2e3b; background-color: #26282E;
white-space: pre-wrap; white-space: pre-wrap;
line-height: 19px; line-height: 2.5;
overflow: auto; overflow: auto;
margin: 0; margin: 0 auto;
padding: 6px 10px; display: inline-block;
padding: 6px 15px;
text-align: center; text-align: center;
border-radius: 3px;
}
pre.with-prompt:before {
content: "$ ";
opacity: 0.7;
} }
code { code {
@ -117,7 +124,7 @@
} }
nav { nav {
margin: 40px 0; margin: 40px 0 0 0;
} }
.linkcol { .linkcol {
@ -193,7 +200,7 @@
</g> </g>
</svg> </svg>
<p>To run a local app, execute the following on the command line:</p> <p>To run a local app, execute the following on the command line:</p>
<pre class="command-example"></pre> <pre class="command-example with-prompt"></pre>
<nav> <nav>
<div class="linkcol"> <div class="linkcol">