Make verse text near-white (#e8e8e8) for better dark mode readability

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 17:08:08 -05:00
parent 9139def397
commit db6f96b99e
+1 -2
View File
@@ -55,8 +55,7 @@
.verse-text {
max-width: 75%;
font-style: italic;
color: var(--text-primary);
opacity: 0.85;
color: #e8e8e8;
line-height: 1.8;
font-size: 1.1rem;
}