mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Remove section border-top rules and increase interlinear KJV text size
- Remove all section:not(:first-of-type) border-top rules for cleaner layout - Increase KJV text size to 1.3rem in interlinear view for better readability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -164,10 +164,6 @@
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
section:not(:first-of-type) {
|
||||
border-top: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
/* Ornamental breaks */
|
||||
.ornament {
|
||||
text-align: center;
|
||||
@@ -759,16 +755,6 @@
|
||||
}
|
||||
|
||||
/* Improve section dividers with strong contrast */
|
||||
section:not(:first-of-type) {
|
||||
border-top: 3px solid #999;
|
||||
padding-top: 2rem;
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
||||
[data-theme="dark"] section:not(:first-of-type) {
|
||||
border-top-color: #666;
|
||||
}
|
||||
|
||||
/* Optimize verse text */
|
||||
.verse-text {
|
||||
font-size: 1.4rem;
|
||||
@@ -932,12 +918,6 @@
|
||||
content: "";
|
||||
}
|
||||
|
||||
/* Clean borders */
|
||||
section:not(:first-of-type) {
|
||||
border-top: 1px solid #ccc;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
/* Optimize verse display */
|
||||
.verse-item {
|
||||
margin: 0.5rem 0;
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
color: #333;
|
||||
line-height: 1.8;
|
||||
margin: 1rem 0;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.interlinear-container {
|
||||
|
||||
Reference in New Issue
Block a user