From ee0e3dfbf8c2fe98e74ae3e0d0ff6e1614d0d793 Mon Sep 17 00:00:00 2001 From: Steven Lewis Date: Fri, 3 Apr 2026 12:48:02 -0700 Subject: [PATCH] Update custom.css removing some unneeded lines that were clipping the g descender --- docs/src/styles/custom.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 1cebeca06..1a53bf828 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -222,13 +222,9 @@ site-search button kbd { .hero h1 { font-size: clamp(2.5rem, 8vw, 4rem) !important; font-weight: 700 !important; - line-height: 1.1 !important; + line-height: 1 !important; letter-spacing: -0.03em !important; margin-bottom: 1.5rem !important; - background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; } /* Hero tagline */