mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Increase verse tooltip font size
Bumped font-size from 0.9rem to 1rem and max-width from 400px to 450px for better readability. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -255,10 +255,10 @@
|
||||
border-radius: 6px;
|
||||
padding: 0.75rem 1rem;
|
||||
min-width: 300px;
|
||||
max-width: 400px;
|
||||
max-width: 450px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
z-index: 9999;
|
||||
font-size: 0.9rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.6;
|
||||
color: var(--text-color);
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user