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:
2025-11-23 13:52:47 -05:00
parent ec856c5fd9
commit d115f65855
2 changed files with 1 additions and 20 deletions
-20
View File
@@ -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;
+1
View File
@@ -26,6 +26,7 @@
color: #333;
line-height: 1.8;
margin: 1rem 0;
font-size: 1.3rem;
}
.interlinear-container {