From 0e5656f2464cef56f9b5ad537ec6c073daada020 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 2 Sep 2024 17:46:46 +0200 Subject: [PATCH] Remove unneeded and harmful css for diffed tables --- webrtc.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/webrtc.css b/webrtc.css index 3ae0078e9..8c3ca6d3f 100644 --- a/webrtc.css +++ b/webrtc.css @@ -76,6 +76,3 @@ section ol > li.skip::before { counter-increment: list 0; content: ""; } - -del:not(#dontusethisid) .simple th { color: #Faa;} -ins:not(#dontusethisid) .simple th { color: #aFa;}