Files
CodeList/public/style.css
2026-05-31 15:59:49 +01:00

22 lines
320 B
CSS

#output-area {
border-right: 2px solid grey;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
width: 30ch;
}
#output-area:focus {
outline: none;
}
.gutter-row {
background-color: rgb(179, 179, 179);
}
.output-row {
display: flex;
}
.strike {
text-decoration: line-through;
}