/*
Theme Name: KnowAll Child (Block)
Theme URI: 
Author: IsoStock
Author URI: 
Description: A child theme of the Know All block theme
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: knowall
Text Domain: knowall-child-block
Tags: 
*/

body .wp-block-table table tbody tr:nth-child(odd) th,
body .wp-block-table table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

body .wp-block-table table tbody tr th,
body .wp-block-table table tbody tr td {
  border-bottom: 1px solid #eee;
}

body .wp-block-table table tbody tr:last-of-type th,
body .wp-block-table table tbody tr:last-of-type td {
  border-bottom: none;
}
