diff --git a/src/app/globals.css b/src/app/globals.css index b4eeeeb5..c1666476 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,9 +7,8 @@ --shelf-shadow: rgba(44, 24, 16, 0.08); --text: #2C1810; --text-muted: #8B7355; - --accent: #DAAA63; - --accent-dim: #C4944F; - --accent-title: #8B4513; + --accent: #8B4513; + --accent-dim: #6B3410; --border: #D4C5B0; --error: #CC3333; } @@ -21,7 +20,6 @@ --color-muted: var(--text-muted); --color-accent: var(--accent); --color-accent-dim: var(--accent-dim); - --color-accent-title: var(--accent-title); --color-border: var(--border); --color-error: var(--error); --font-heading: var(--font-montserrat); diff --git a/src/app/page.tsx b/src/app/page.tsx index f74f42ab..fdc702ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,10 +45,10 @@ export default async function Home({ {/* Hero: featured section */}

- The Bookshelf + Your story is a token.

- Every plot you publish drives the market — and every trade pays you. Browse the shelf, pick a story. + Every plot you publish drives the market — and every trade pays you. Write more, earn more.

diff --git a/src/app/story/[storylineId]/og/route.tsx b/src/app/story/[storylineId]/og/route.tsx index 9fa6fb88..3477dc10 100644 --- a/src/app/story/[storylineId]/og/route.tsx +++ b/src/app/story/[storylineId]/og/route.tsx @@ -70,7 +70,7 @@ export async function GET( alignItems: "center", gap: "12px", fontSize: "24px", - color: "#DAAA63", + color: "#8B4513", }} > PlotLink @@ -88,7 +88,7 @@ export async function GET( style={{ fontSize: "48px", fontWeight: 700, - color: "#DAAA63", + color: "#8B4513", overflow: "hidden", }} > diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 52cf7a7a..95ae2324 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -310,7 +310,14 @@ function GenesisSection({ plot }: { plot: Plot }) { )} {plot.content ? ( -
+
{plot.content}
) : ( diff --git a/src/components/StoryCard.tsx b/src/components/StoryCard.tsx index e302d917..a08e88b7 100644 --- a/src/components/StoryCard.tsx +++ b/src/components/StoryCard.tsx @@ -33,11 +33,11 @@ export function StoryCard({ {/* Drop shadow beneath book — grows on hover */}
- {/* Spine — dark cloth-bound band */} + {/* Spine — hardcover hinge */}
@@ -61,7 +61,14 @@ export function StoryCard({ /> {/* Front cover */} -
+
{/* Spine inner shadow overlay */}
-

+

{storyline.title}

{storyline.language && storyline.language !== "English" && (