Fix line-through rendering in markdown (#2430)

This commit is contained in:
SIkebe
2020-02-16 23:30:00 +09:00
committed by GitHub
parent bbf2e57548
commit 772835dd22

View File

@@ -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;
}