From 08a4a2c569e69b8e02148fd39d40c968f16801b8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Aug 2025 15:28:48 -0400 Subject: [PATCH] test --- templates/base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/base.html b/templates/base.html index 33a3d7c..ec7a202 100644 --- a/templates/base.html +++ b/templates/base.html @@ -309,6 +309,17 @@ text-rendering: optimizeLegibility; } + /* Fix Tufte's complex link underlines on mobile */ + a, a:link, a:visited, + .tufte-underline, + .hover-tufte-underline:hover { + text-shadow: none !important; + background: none !important; + text-decoration: underline !important; + text-decoration-thickness: 1px !important; + text-underline-offset: 2px !important; + } + /* Ensure no double font rendering */ * { -webkit-transform: translateZ(0);