diff --git a/docs/assets/style.css b/docs/assets/style.css
index 39b2642c1..86b4147d3 100644
--- a/docs/assets/style.css
+++ b/docs/assets/style.css
@@ -102,6 +102,9 @@ h1 {
.quickstart-code .command {
color: #ffffcc;
}
+.quickstart-code .line .output {
+ color: #aaaaaa;
+}
.marketing .col-lg-4 {
margin-bottom: 20px;
text-align: center;
diff --git a/docs/template.html b/docs/template.html
index 1c2fce158..292717f7d 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -35,7 +35,9 @@