triscit/ui.css

22 lines
227 B
CSS

.may-be-tall {
overflow-y: scroll;
max-height: 80vh;
}
#instructions th.addr {
text-align: right;
color: brown;
}
td.name {
font-weight: bold;
}
td.args {
color: green;
}
td.hex {
color: #777;
}