mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 00:19:19 +02:00
gray background for table header/footer
This commit is contained in:
parent
0a869e2e76
commit
6272e671f9
|
@ -47,4 +47,4 @@ table {
|
||||||
}
|
}
|
||||||
table thead th { border-bottom: 1px solid #ddd; }
|
table thead th { border-bottom: 1px solid #ddd; }
|
||||||
th, td { padding: 5px; }
|
th, td { padding: 5px; }
|
||||||
tr:nth-child(even) { background: #eee }
|
thead, tfoot, tr:nth-child(even) { background: #eee }
|
||||||
|
|
Loading…
Reference in New Issue