diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-28 10:18:33 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-28 10:18:33 -0700 |
| commit | 4d6d770c9ddcaf461232d51b674937be21ed539f (patch) | |
| tree | c8df56b5b8250e803f94fc331fba6e23d7fe8c50 /styles/carbon.css | |
| parent | 5fea6ece5c4c90753e19c27150522678b1872a12 (diff) | |
carbon: adjust readability of h1
Diffstat (limited to 'styles/carbon.css')
| -rw-r--r-- | styles/carbon.css | 3 |
1 files changed, 1 insertions, 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; |
