From fe99dc411d59188932f8aee51e1a98ba09e31e46 Mon Sep 17 00:00:00 2001 From: maurer2 <6861911+maurer2@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:07:01 +0200 Subject: [PATCH] Remove table colour Removed redundant comment about text indentation in table contents. --- sanitize.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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