/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://addie.fixmyskills.com
 Description:  Child theme for GeneratePress
 Author:       David Barras-Baker
 Author URI:   https://fixmyskills.com
 Template:     generatepress
 Version:      1.0.1
*/

/* Remove default theme table borders (but keep explicit inline or class borders) */
table td:not([style*="border"]),
table th:not([style*="border"]) {
    border: none !important;
}
table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

