From da8cc99fa35bc56502a030b14f7166486f318472 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 6 Dec 2025 21:11:25 -0500 Subject: [PATCH] Brighter royal purple text for dark mode --- kjvstudy_org/templates/stories_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kjvstudy_org/templates/stories_index.html b/kjvstudy_org/templates/stories_index.html index 941a470..9abb5e8 100644 --- a/kjvstudy_org/templates/stories_index.html +++ b/kjvstudy_org/templates/stories_index.html @@ -236,7 +236,7 @@ text-shadow: 0 0 3px #8b5cf6; } [data-theme="dark"] .kids-version-link { - color: #a78bfa; + color: #c084fc; text-shadow: 0 0 6px #a78bfa, 0 0 12px #8b5cf6; }