open-nomad/ui/app/styles/components/cli-window.scss

12 lines
133 B
SCSS

.cli-window {
background: transparent;
color: $white;
height: 500px;
overflow: auto;
.is-light {
color: $text;
}
}