UNPKG

512 BCSSView Raw
1.terminal-window {
2 width: 98%;
3 height: 75%;
4}
5.terminal-wrapper{
6 background-color: #300a24;
7 /* background-color: #004D40; */
8 /* background-color: transparent; */
9}
10
11.terminal-output>div {
12 min-height: 20px;
13}
14.cmd,.cmd .prompt,.terminal,.terminal .terminal-output div div {
15 /* font-size: calc(var(--size, 1) * 12px); */
16 /* line-height: calc(var(--size, 1) * 14px); */
17 font-size: 16px;
18}
19.cmd,.terminal {
20 color: var(--color,#aaa);
21 background-color: var(--background,#300a24)
22}