5 lines
101 B
CSS
5 lines
101 B
CSS
#terminal {
|
|
border: solid 4px black;
|
|
border-radius: 5px;
|
|
scrollbar-color: white black;
|
|
} |