tracman-server/static/css/table.css

17 lines
172 B
CSS
Executable File

table {
width: 100%;
}
thead > tr {
background: #333333;
}
tr:nth-child(even) {
background: #111111;
}
tr:nth-child(odd) {
background: #181818;
}
td {
padding: 1%;
}