~edwargix/git.sr.ht

390e609e533048007e73b8cd587d1923989e7373 — Kunal Sareen 1 year, 11 months ago b54049b
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
@@ 26,6 26,10 @@ dt {
  overflow-wrap: break-word;
}

del {
  text-decoration: underline;
}

.tree-list {
  display: grid;
  // mode name