diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 53820600e..f3dc43869 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -254,9 +254,22 @@ white-space: pre; } + &.text-bold { + font-weight: bold; + } + + &.text-green { color: lighten($nomad-green, 20%); } + + &.text-blue { + color: #71A4F5; + } + + &.text-orange { + color: #F5BF49; + } } } diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 127cc1fde..a71109e54 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -326,19 +326,19 @@ description: |- admin@hashicorp.com: nomad plan example.nomad - +/- Job: "example" - +/- Task Group: "cache" (2 create, 1 in-place update) - +/- Count: "1" => "3" (forces create) - Task: "redis" + +/- Job: "example" + +/- Task Group: "cache" (2 create, 1 in-place update) + +/- Count: "1" => "3" (forces create) + Task: "redis"   - Scheduler dry-run: - - All tasks successfully allocated. + Scheduler dry-run: + - All tasks successfully allocated.   - Job Modify Index: 7 + Job Modify Index: 7   admin@hashicorp.com: - nomad run -check-index=7 example.nomad + nomad run -check-index 7 example.nomad ==> Monitoring evaluation "e338a6ae" Evaluation triggered by job "example"