diff --git a/src/app/create/page.tsx b/src/app/create/page.tsx index 7602f445..c9ff2403 100644 --- a/src/app/create/page.tsx +++ b/src/app/create/page.tsx @@ -344,7 +344,7 @@ function CreatePage() { disabled={newBusy} rows={12} placeholder="Write the genesis plot (500\u201310,000 characters)" - className="border-border bg-surface text-foreground placeholder:text-muted w-full resize-y rounded border px-3 py-2 text-sm leading-relaxed focus:border-accent focus:outline-none disabled:opacity-50" + className="ruled-paper border-border text-foreground placeholder:text-muted w-full resize-y rounded border focus:border-accent focus:outline-none disabled:opacity-50" />
0 && !newValid ? "text-error" : "text-muted"}> @@ -461,7 +461,7 @@ function CreatePage() { disabled={chainBusy || noStoryline} rows={12} placeholder={noStoryline ? "Select a storyline above to chain a plot" : "Write the next plot (500\u201310,000 characters)"} - className="border-border bg-surface text-foreground placeholder:text-muted w-full resize-y rounded border px-3 py-2 text-sm leading-relaxed focus:border-accent focus:outline-none disabled:opacity-50" + className="ruled-paper border-border text-foreground placeholder:text-muted w-full resize-y rounded border focus:border-accent focus:outline-none disabled:opacity-50" />
0 && !chainValid ? "text-error" : "text-muted"}> diff --git a/src/app/globals.css b/src/app/globals.css index 1a073040..b87011a6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,7 +2,7 @@ :root { --bg: #E8DFD0; - --bg-surface: #FFFFFF; + --bg-surface: #F0EBE1; --bg-shelf: #DDD3C2; --shelf-shadow: rgba(44, 24, 16, 0.08); --text: #2C1810; diff --git a/src/app/page.tsx b/src/app/page.tsx index fdc702ce..03da49b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,6 @@ export default async function Home({

- {/* Section heading + filter bar */} -
-

- {tab === "trending" ? "Trending" : "New & Noteworthy"} -

-
{/* Story grid — batched multicall for price/TVL */} diff --git a/src/components/FilterBar.tsx b/src/components/FilterBar.tsx index 572ac841..0c6a3c14 100644 --- a/src/components/FilterBar.tsx +++ b/src/components/FilterBar.tsx @@ -64,7 +64,7 @@ export function FilterBar({ writer, genre, lang, tab }: FilterBarProps) { return (
-
+
{/* Writer token + dropdown */}
{shortLabel}: {label}: