Fix text-decoration for <del> tag Browsers usually render a <del> tag with a strike-through. However, strike-through makes the number of deletions in a file unreadable as well as the number of additions is rendered with an underline. This commit fixes the issue by using underline for the <del> tag.
1 files changed, 4 insertions(+), 0 deletions(-) M scss/main.scss
M scss/main.scss => scss/main.scss +4 -0