all repos — archive/hugo-xmin @ 6272e671f93490cc920b481e914ef42e95cfb3f7

Customised minimal hugo theme

gray background for table header/footer

Yihui Xie
commit

6272e671f93490cc920b481e914ef42e95cfb3f7

parent

0a869e2e767c166da321dbcbb8e64c42b95e07a4

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M static/css/style.cssstatic/css/style.css
@@ -47,4 +47,4 @@ border-bottom: 1px solid #666;
} table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } -tr:nth-child(even) { background: #eee } +thead, tfoot, tr:nth-child(even) { background: #eee }