polish: darken ghosted numerals (6% → 12% opacity)
All checks were successful
Build & Push / build-and-push (push) Successful in 1m25s

Process and Services section numerals were too faint against white.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 21:14:12 +01:00
parent 7ca9f6f5e2
commit ba94ae1fed
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ function StepCard({ numeral, stepKey, Icon }: { numeral: string; stepKey: string
<motion.span <motion.span
variants={numeralScaleVariants} variants={numeralScaleVariants}
aria-hidden="true" aria-hidden="true"
className="font-serif text-6xl font-light leading-none text-on-surface/[0.06] select-none -ml-0.5 mb-3 mt-6" className="font-serif text-6xl font-light leading-none text-on-surface/[0.12] select-none -ml-0.5 mb-3 mt-6"
> >
{numeral} {numeral}
</motion.span> </motion.span>

View File

@@ -92,7 +92,7 @@ export default function ServicesOverview() {
<motion.span <motion.span
variants={numeralVariants} variants={numeralVariants}
aria-hidden="true" aria-hidden="true"
className="font-serif text-7xl font-light leading-none text-on-surface/[0.06] select-none mb-4 -ml-1" className="font-serif text-7xl font-light leading-none text-on-surface/[0.12] select-none mb-4 -ml-1"
> >
{numeral} {numeral}
</motion.span> </motion.span>