diff --git a/src/app/globals.css b/src/app/globals.css index 58a6d55c..b4eeeeb5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -9,6 +9,7 @@ --text-muted: #8B7355; --accent: #DAAA63; --accent-dim: #C4944F; + --accent-title: #8B4513; --border: #D4C5B0; --error: #CC3333; } @@ -20,6 +21,7 @@ --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/components/StoryCard.tsx b/src/components/StoryCard.tsx index d5bf24d4..e302d917 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 — left edge with depth */} + {/* Spine — dark cloth-bound band */} @@ -53,7 +53,7 @@ export function StoryCard({ {/* Page edges visible on bottom */}