Browse Source

Fix background color of table footer row

KokkieH 3 năm trước cách đây
mục cha
commit
bedfc4e879
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
 }