From c052ec05b511d452740ef88333b3458d1967ce8b Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 29 Jan 2026 10:28:23 +1100 Subject: [PATCH] style: remove gradient from page header text for readability --- website/public/styles/global.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/public/styles/global.css b/website/public/styles/global.css index 2f613deb..0ed84953 100644 --- a/website/public/styles/global.css +++ b/website/public/styles/global.css @@ -847,10 +847,7 @@ a:hover { .page-header h1 { font-size: 36px; font-weight: 800; - background: var(--gradient-primary); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; + color: var(--color-text); margin-bottom: 12px; }