apple2js/js/components/debugger/css/FileViewer.module.css

11 lines
193 B
CSS
Raw Normal View History

2022-07-23 19:00:38 +00:00
.fileViewer {
background: white;
font: monospace;
width: 60em;
padding: 1em;
height: 60vh;
overflow-y: auto;
border: 2px inset #f0edd0;
white-space: pre-wrap;
}