Files
Cue-View/plugins/posistagenet/styles.css
T
2023-09-11 13:40:37 -05:00

12 lines
127 B
CSS

table,
th,
td {
border: 1px solid darkgray;
border-collapse: collapse;
color: gainsboro;
}
td {
text-align: center;
}