diff --git a/apps/www/src/client/App.tsx b/apps/www/src/client/App.tsx index dca9b96..2755478 100644 --- a/apps/www/src/client/App.tsx +++ b/apps/www/src/client/App.tsx @@ -1091,7 +1091,7 @@ function Stage({ trademark stays out of the headline and appears lower down, in plain nominative use next to the disclaimer. */}

- Play like it's 2023. + Play today!

The servers you remember, rebuilt and running — free, open source, and up right now. @@ -1186,7 +1186,7 @@ function About({ slides, error }: { slides: Slide[] | null; error: string }) { return (

-

An open source rebuild of the 2023 servers

+

A cloud architected server for the 2023/2025 game clients

A free fan project, made by players who missed it. Aiming to be{' '} feature-complete and infinitely scalable —{' '} diff --git a/apps/www/src/client/styles.css b/apps/www/src/client/styles.css index 5cfde50..cf23228 100644 --- a/apps/www/src/client/styles.css +++ b/apps/www/src/client/styles.css @@ -222,7 +222,8 @@ body { text-wrap: balance; } -/* The one place the orange carries meaning in the headline: the year it restores. */ +/* The one accented word in the headline — it carries the whole emphasis, so the markup + always wraps exactly one word in . */ .stage-title em { font-style: normal; color: var(--accent);