From 772835dd222635959cd1d4ac90379d2693020f19 Mon Sep 17 00:00:00 2001 From: SIkebe Date: Sun, 16 Feb 2020 23:30:00 +0900 Subject: [PATCH] Fix line-through rendering in markdown (#2430) --- src/main/webapp/assets/vendors/jsdifflib/diffview.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/assets/vendors/jsdifflib/diffview.css b/src/main/webapp/assets/vendors/jsdifflib/diffview.css index a31ea3668..49a7aab3b 100644 --- a/src/main/webapp/assets/vendors/jsdifflib/diffview.css +++ b/src/main/webapp/assets/vendors/jsdifflib/diffview.css @@ -110,7 +110,7 @@ table.diff ins{ background-color: #a6f3a6; text-decoration: none; } -table.diff del{ +table.diff .body.delete del{ background-color: #f8cbcb; text-decoration: none; }