polish: darken ghosted numerals (6% → 12% opacity)
All checks were successful
Build & Push / build-and-push (push) Successful in 1m25s
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:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user