diff --git a/sanitize.css b/sanitize.css index 635602a..55bf616 100644 --- a/sanitize.css +++ b/sanitize.css @@ -186,14 +186,12 @@ /** * 1. Collapse border spacing in all browsers (opinionated). - * 2. Correct table border color in Chrome, Edge, and Safari. - * 3. Remove text indentation from table contents in Chrome, Edge, and Safari. + * 2. Remove text indentation from table contents in Chrome, Edge, and Safari. */ :where(table) { border-collapse: collapse; /* 1 */ - border-color: currentColor; /* 2 */ - text-indent: 0; /* 3 */ + text-indent: 0; /* 2 */ } /* Forms