From 09056b8b465c04120a32032904fa1b1b35c6b5b8 Mon Sep 17 00:00:00 2001 From: Vivek Date: Thu, 30 Jul 2026 14:08:46 +0530 Subject: [PATCH] fix: color the gallery category labels with the accent, like /blog 'Full-stack' and 'Backend (API)' under 'Start where you are' used text-fg-subtle (neutral gray), while the small category label above a page title elsewhere on the site (the EYEBROW recipe, e.g. 'Blog' on /blog) uses text-accent. Match the color only, the rest of EYEBROW's treatment (mono, uppercase, tracking) is not part of what was asked and these labels keep their existing type. --- website/app/page.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/app/page.ts b/website/app/page.ts index c67541dac..4e79712f1 100644 --- a/website/app/page.ts +++ b/website/app/page.ts @@ -381,7 +381,7 @@ export default function LandingPage() {
- Full-stack + Full-stack

Pages + API + components

SSR pages, web components, server actions, Drizzle, streaming, and a browsable feature gallery. Auth (login, sessions, a protected route) ships as a gallery card. The default.

app/page.ts
@@ -390,7 +390,7 @@ actions/posts.server.ts
npm create webjs@latest my-app
- Backend (API) + Backend (API)

Route handlers + Database

A backend-only app, no UI or SSR. File-based route handlers, modules, middleware, rate limiting, WebSockets, a database, and a backend-features gallery.

app/api/users/route.ts