#74 Forgot to add table

master
Keith Irwin 2017-05-08 16:57:32 -04:00
parent 0fe5f5d956
commit 1d5a6555c8
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 17 additions and 0 deletions

17
static/css/table.css Normal file
View File

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