אולי הפריטים הבאים יעניינו אותך…

 
 
 
 
 
 

/* Target all tables, th, and td elements on this page */

table, th, td {

border-color: white;

}

/* Target tables with a specific class for more control */

.my-special-table, .my-special-table th, .my-special-table td {

border-color: white;

}