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