15 lines
307 B
SCSS
Executable File
15 lines
307 B
SCSS
Executable File
#output {
|
|
flex: 1;
|
|
background-color: #000;
|
|
border: 2px solid #333;
|
|
padding: 15px;
|
|
overflow-y: auto;
|
|
white-space: pre-wrap;
|
|
line-height: 1.4;
|
|
margin-bottom: 20px;
|
|
font-family: "Fira Code", monospace;
|
|
font-optical-sizing: auto;
|
|
font-size: 14px;
|
|
width: 100ch;
|
|
}
|