Updated styling

This commit is contained in:
Sebin Nyshkim 2019-11-05 17:41:29 +01:00
parent 9ee271e5d9
commit 3f38eb35d1

View file

@ -46,17 +46,22 @@ table {
th, th,
td { td {
padding: 1em; padding: 0.5em 1em;
} }
} }
thead { thead {
tr { tr {
background-color: burlywood; background-color: #3f4c6b;
color: #fff;
} }
} }
tbody { tbody {
tr {
background-color: #fff;
}
tr:nth-child(odd) { tr:nth-child(odd) {
background-color: #eee; background-color: #eee;
} }