mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 07:45:10 +00:00
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
.terminal {
|
|
box-sizing: border-box;
|
|
&_code {
|
|
height: 300px;
|
|
padding: 4px;
|
|
box-sizing: border-box;
|
|
overflow-y: scroll;
|
|
border: none;
|
|
white-space: pre-wrap;
|
|
color: white;
|
|
background-color: black;
|
|
}
|
|
}
|