From fed91bc018c47f165bc9ae79588410b46f342a6f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 6 Dec 2025 21:07:28 -0500 Subject: [PATCH] Add purple drop shadow to Kids Version link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Styled the "View Kids Version" link on the stories index with a purple text-shadow that intensifies on hover. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/stories_index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kjvstudy_org/templates/stories_index.html b/kjvstudy_org/templates/stories_index.html index ed1fd5e..f084942 100644 --- a/kjvstudy_org/templates/stories_index.html +++ b/kjvstudy_org/templates/stories_index.html @@ -229,6 +229,16 @@ .story-card .links .kids-link { color: #8b5cf6; } +.kids-version-link { + color: #8b5cf6; + font-weight: 500; + text-decoration: none; + text-shadow: 0 2px 8px rgba(139, 92, 246, 0.4); + transition: text-shadow 0.2s; +} +.kids-version-link:hover { + text-shadow: 0 2px 12px rgba(139, 92, 246, 0.6); +} .category-section.hidden { display: none; @@ -288,7 +298,7 @@

These Bible stories bring Scripture to life through engaging narratives that remain faithful to God's Word. Each story includes both an adult version with theological depth and a kid-friendly version perfect for family devotions or Sunday school.

-

View Kids Version — Stories written for younger readers

+

View Kids Version — Stories written for younger readers