Merge pull request #1605 from progrium/nicer-code-styling

Make commented output a bit more readable
This commit is contained in:
Jose Diaz-Gonzalez
2015-10-24 16:32:10 -04:00
2 changed files with 6 additions and 1 deletions

View File

@@ -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;

View File

@@ -35,7 +35,9 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.rawgit.com/progrium/dokku/v0.4.3/docs/assets/style.css" rel="stylesheet">
<style>
.quickstart-code .line .output {
color: #aaaaaa;
}
</style>
</head>
<body>