Fix kids callout dark mode styling

Added dark mode styles for the kids-callout aside with appropriate
purple gradient background and lighter text colors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-03 01:44:21 -05:00
parent 8748e10f8f
commit cb90b2fb3a
+11
View File
@@ -141,6 +141,17 @@ hr.story-divider::before {
color: #7c3aed;
font-weight: 600;
}
/* Dark mode kids callout */
[data-theme="dark"] .kids-callout {
background: linear-gradient(135deg, #2d2640 0%, #1f1a2e 100%);
border-left-color: #a78bfa;
}
[data-theme="dark"] .kids-callout h3 {
color: #c4b5fd;
}
[data-theme="dark"] .kids-callout a {
color: #a78bfa;
}
/* Story navigation */
.story-nav {