From 9b3d722eec1ae77ea965890d3a0d1da22862d08e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 24 Oct 2015 16:31:26 -0400 Subject: [PATCH] Make commented output a bit more readable [ci skip] --- docs/assets/style.css | 3 +++ docs/template.html | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@