From 87ff57ecc78d1db4a572e6b11b86530786294196 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Sat, 21 Mar 2026 19:48:41 +0000 Subject: [PATCH] Brighten paper texture background on book covers and story content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Background color: #fffef0 → #FFF8EE (brighter warm beige) - Inset shadow opacity: 0.15 → 0.08 (less darkening) Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/story/[storylineId]/page.tsx | 4 ++-- src/components/StoryCard.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 95ae2324..da7bc2c4 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -313,9 +313,9 @@ function GenesisSection({ plot }: { plot: Plot }) {
{plot.content} diff --git a/src/components/StoryCard.tsx b/src/components/StoryCard.tsx index a08e88b7..ae609c01 100644 --- a/src/components/StoryCard.tsx +++ b/src/components/StoryCard.tsx @@ -64,9 +64,9 @@ export function StoryCard({
{/* Spine inner shadow overlay */}