From f48457a0970c4ff3d96baa0538ab1478254927a2 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Thu, 1 Dec 2022 22:53:20 +0100 Subject: [PATCH] Revert "Fix text-decoration for tag" This reverts commit 390e609e533048007e73b8cd587d1923989e7373. The approach was too heavy-handed. It messes with folks who use in their README. The commit that introduced the issue that the reverted commit was trying to address has itself been reverted. --- scss/main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/main.scss b/scss/main.scss index a5530ee..c9120d1 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -26,10 +26,6 @@ dt { overflow-wrap: break-word; } -del { - text-decoration: underline; -} - .licenses { text-align: right; a { -- 2.38.4