Made table headers bold

This commit is contained in:
Joyce Chen
2017-06-24 03:48:11 -04:00
committed by GitHub
parent 599fd2434c
commit 08d23f136f

View File

@@ -15,6 +15,10 @@ header {
table {
width: auto;
th {
font-weight: bold;
text-align: center;
}
tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05);
border-color: #fff;