Authentication-Results: mail-b.sr.ht; dkim=pass header.d=bitfehler.net header.i=@bitfehler.net Received: from mx.bitfehler.net (mx.bitfehler.net [213.239.215.46]) by mail-b.sr.ht (Postfix) with ESMTPS id 8B7E111EFD8 for <~sircmpwn/sr.ht-dev@lists.sr.ht>; Thu, 1 Dec 2022 21:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitfehler.net; s=default; t=1669931602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ImQU23N6ytDzk7fnnjucs5pc54orP5SIPg7Dj0G+s4g=; b=XwpdMFjDtIqakgCKU9Mt+GeKhneomTzcNHKctOxWhVlf0PvZ6r8vjRgygXNTMHwTfeAirM +ghiVab2vDsJdQEHxLlpekC2/EdGU8TseCLpWbn9qtCYMv1rwpaeOdQxAe9WR6KNOQxlGn ZLib9twdmDH1TXArL2CpDGAjtvfFy+dsnn2OVjHacrmtORNDAiQ6PEFLXfCTlhIBumwhM/ XXORmZGkIoemG5yVWPe8FNegJzKvN28sWhuioIuk7vkJbiHhk//rAzQBs8yfA7cMaZEQIg 24Nm8nSxPz6bnS4yOIrhQEFpq+fLwIj0SY5CZ5c2i1wWGkfm++qs2/jdiKp7VA== Received: from localhost.localdomain (2a02-2454-31d-5f00--feb.dyn6.pyur.net [2a02:2454:31d:5f00::feb]) by mx.bitfehler.net (OpenSMTPD) with ESMTPSA id a8ad71b5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <~sircmpwn/sr.ht-dev@lists.sr.ht>; Thu, 1 Dec 2022 21:53:22 +0000 (UTC) From: Conrad Hoffmann To: ~sircmpwn/sr.ht-dev@lists.sr.ht Subject: [PATCH git.sr.ht 2/2] Revert "Fix text-decoration for tag" Date: Thu, 1 Dec 2022 22:53:20 +0100 Message-Id: <20221201215320.615535-2-ch@bitfehler.net> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221201215320.615535-1-ch@bitfehler.net> References: <20221201215320.615535-1-ch@bitfehler.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.1