tracman-server/static/css/table.css

17 lines
172 B
CSS
Raw Normal View History

2017-05-08 14:57:32 -06:00
table {
width: 100%;
}
thead > tr {
2017-05-08 14:57:32 -06:00
background: #333333;
}
tr:nth-child(even) {
background: #111111;
}
tr:nth-child(odd) {
background: #181818;
}
td {
padding: 1%;
}