mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
11 lines
193 B
CSS
11 lines
193 B
CSS
|
.fileViewer {
|
||
|
background: white;
|
||
|
font: monospace;
|
||
|
width: 60em;
|
||
|
padding: 1em;
|
||
|
height: 60vh;
|
||
|
overflow-y: auto;
|
||
|
border: 2px inset #f0edd0;
|
||
|
white-space: pre-wrap;
|
||
|
}
|