From 9cc1466b0c37aea410013033fd03e7f406f479c5 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 10 Aug 2024 03:21:22 +0200 Subject: [PATCH] Don't change color inheritance for
--- sanitize.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sanitize.css b/sanitize.css index 53de7e9..b0b25d2 100644 --- a/sanitize.css +++ b/sanitize.css @@ -77,13 +77,11 @@ } /** - * 1. Correct the inheritance of border color in Firefox. - * 2. Add the correct box sizing in Firefox. + * Add the correct box sizing in Firefox. */ :where(hr) { - color: inherit; /* 1 */ - height: 0; /* 2 */ + height: 0; } /**