~edwargix/git.sr.ht

f48457a0970c4ff3d96baa0538ab1478254927a2 — Conrad Hoffmann 1 year, 5 months ago 09128ad
Revert "Fix text-decoration for <del> tag"

This reverts commit 390e609e533048007e73b8cd587d1923989e7373.

The approach was too heavy-handed. It messes with folks who use <del> in
their README. The commit that introduced the issue that the reverted
commit was trying to address has itself been reverted.
1 files changed, 0 insertions(+), 4 deletions(-)

M scss/main.scss
M scss/main.scss => scss/main.scss +0 -4
@@ 26,10 26,6 @@ dt {
  overflow-wrap: break-word;
}

del {
  text-decoration: underline;
}

.licenses {
  text-align: right;
  a {