Updated styling
This commit is contained in:
parent
9ee271e5d9
commit
3f38eb35d1
1 changed files with 7 additions and 2 deletions
|
@ -46,17 +46,22 @@ table {
|
|||
|
||||
th,
|
||||
td {
|
||||
padding: 1em;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
}
|
||||
|
||||
thead {
|
||||
tr {
|
||||
background-color: burlywood;
|
||||
background-color: #3f4c6b;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
tbody {
|
||||
tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
tr:nth-child(odd) {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue