Files
CodeList/public/style.css
2026-05-31 14:29:51 +01:00

16 lines
197 B
CSS

#output-area {
border-right: 2px solid grey;
width: 30ch;
}
#output-area:focus {
outline: none;
}
#gutter {
background-color: rgb(230, 230, 230);
}
#output {
display: flex;
}