From 56581b416d201dc6c015581dd3e6b6fb363b9dcf Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 29 Sep 2017 12:13:31 -0700 Subject: [PATCH] improve command prompt styles --- default_app/index.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/default_app/index.html b/default_app/index.html index 66aec224b9c..3768f41482b 100644 --- a/default_app/index.html +++ b/default_app/index.html @@ -79,13 +79,20 @@ } pre { - background-color: #2b2e3b; + background-color: #26282E; white-space: pre-wrap; - line-height: 19px; + line-height: 2.5; overflow: auto; - margin: 0; - padding: 6px 10px; + margin: 0 auto; + display: inline-block; + padding: 6px 15px; text-align: center; + border-radius: 3px; + } + + pre.with-prompt:before { + content: "$ "; + opacity: 0.7; } code { @@ -117,7 +124,7 @@ } nav { - margin: 40px 0; + margin: 40px 0 0 0; } .linkcol { @@ -193,7 +200,7 @@

To run a local app, execute the following on the command line:

-

+