triscit/ui.css

22 lines
227 B
CSS
Raw Normal View History

2022-05-27 14:45:22 -06:00
.may-be-tall {
overflow-y: scroll;
max-height: 80vh;
}
2022-05-27 13:39:12 -06:00
#instructions th.addr {
text-align: right;
color: brown;
}
td.name {
font-weight: bold;
}
td.args {
color: green;
}
td.hex {
color: #777;
}