Files
Cue-View/plugins/scs/styles.css
T
2023-02-19 16:45:49 -06:00

18 lines
171 B
CSS

table {
background: white;
}
th {
text-align: left;
font-weight: normal;
}
.header-row {
background: white;
}
td {
padding-left: 5px;
padding-right: 5px;
}