mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user