diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html
index 3734a2e..c32c64e 100644
--- a/kjvstudy_org/templates/base.html
+++ b/kjvstudy_org/templates/base.html
@@ -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;
diff --git a/kjvstudy_org/templates/interlinear.html b/kjvstudy_org/templates/interlinear.html
index 67289eb..47d255e 100644
--- a/kjvstudy_org/templates/interlinear.html
+++ b/kjvstudy_org/templates/interlinear.html
@@ -26,6 +26,7 @@
color: #333;
line-height: 1.8;
margin: 1rem 0;
+ font-size: 1.3rem;
}
.interlinear-container {