From 31da152e7ca13e99b76cd6bdf82d580f17fca141 Mon Sep 17 00:00:00 2001 From: Dan Giordano Date: Tue, 9 Dec 2025 21:57:01 -0500 Subject: [PATCH] no underline links in cards --- style.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/style.css b/style.css index 2cae7d13..33d77bce 100644 --- a/style.css +++ b/style.css @@ -21,19 +21,3 @@ th { font-size: 1.3rem; } -.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) { - border: none; - text-decoration: underline; - text-decoration-thickness: 0.1em; - text-underline-offset: 0.1em; - text-decoration-skip-ink: auto; - text-decoration-color: rgb(var(--primary)); -} - -.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) { - text-decoration: none; -} - -.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) { - text-decoration-color: currentColor; -} \ No newline at end of file