From 279b3fb4f35b71576eb8f93c877901af190f8945 Mon Sep 17 00:00:00 2001 From: Michael Maxwell Date: Sun, 21 Feb 2021 19:28:25 -0800 Subject: [PATCH] Delete summary::-webkit-details-marker from _print.css --- src/parts/_print.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/parts/_print.css b/src/parts/_print.css index b088192..d8239cf 100644 --- a/src/parts/_print.css +++ b/src/parts/_print.css @@ -38,10 +38,6 @@ color: #000; } - summary::-webkit-details-marker { - color: #000; - } - tbody tr:nth-child(even) { background-color: #f2f2f2; }