From 4d6d770c9ddcaf461232d51b674937be21ed539f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 28 Oct 2025 10:18:33 -0700 Subject: carbon: adjust readability of h1 --- styles/carbon.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/carbon.css b/styles/carbon.css index e857486..247a2b2 100644 --- a/styles/carbon.css +++ b/styles/carbon.css @@ -148,7 +148,6 @@ body { box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); } -/* Headers with FFXIV styling */ h1, h2, h3, @@ -169,7 +168,7 @@ h1 { font-size: 2.2em; padding-bottom: 0.5em; border-bottom: 3px solid var(--accent-gold); - background: linear-gradient(90deg, var(--accent-gold), transparent 70%); + background: var(--accent-gold); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -- cgit v1.2.3