Revert "Fix text-decoration for <del> tag"

This reverts commit 390e609e53.

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.
This commit is contained in:
Conrad Hoffmann 2022-12-01 22:53:20 +01:00 committed by Drew DeVault
parent 09128ad3ad
commit f48457a097
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@ dt {
overflow-wrap: break-word;
}
del {
text-decoration: underline;
}
.licenses {
text-align: right;
a {