github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/ui/app/styles/components/cli-window.scss (about)

     1  .cli-window {
     2    background: transparent;
     3    color: $white;
     4  
     5    height: 500px;
     6    overflow: auto;
     7  
     8    code {
     9      height: 100%;
    10    }
    11  
    12    .is-light {
    13      color: $text;
    14    }
    15  }