Browse Source

Fix background color of table footer row

KokkieH 3 years ago
parent
commit
bedfc4e879
1 changed files with 2 additions and 1 deletions
  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),
 .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;
   background: #FFF;
 }
 }