瀏覽代碼

Fix background color of table footer row

KokkieH 3 年之前
父節點
當前提交
bedfc4e879
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      textbook/style.css

+ 2 - 1
textbook/style.css

@@ -668,7 +668,8 @@ table td {
 }
 
 .entry-content table tbody tr:nth-child(odd),
-.widget-area table tbody tr:nth-child(odd) {
+.widget-area table tbody tr:nth-child(odd),
+.widget-area table {
   background: #FFF;
 }