Remove interior title page — cover replaces it
The title page is redundant since the KDP cover (cover.pdf) already establishes title and author. Interior now opens directly on the copyright page, followed by the TOC and stories (99 pages total). Removed unused .page--title CSS from layout and typography. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -65,55 +65,6 @@ body {
|
||||
print-color-adjust: exact;
|
||||
}
|
||||
|
||||
/* ── Title page ── */
|
||||
.title-eyebrow {
|
||||
font-family: var(--font-display);
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-size: 0.9rem;
|
||||
letter-spacing: 0.22em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
margin-bottom: 1.8rem;
|
||||
}
|
||||
|
||||
.title-main {
|
||||
font-family: var(--font-display);
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-size: 3.4rem;
|
||||
line-height: 1.15;
|
||||
color: #ffffff;
|
||||
margin-bottom: 1.6rem;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.title-author {
|
||||
font-family: var(--font-display);
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.65);
|
||||
letter-spacing: 0.12em;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.title-sub {
|
||||
font-family: var(--font-display);
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.45);
|
||||
letter-spacing: 0.08em;
|
||||
}
|
||||
|
||||
.title-rule {
|
||||
width: 3rem;
|
||||
height: 1px;
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
margin: 1.4rem auto;
|
||||
}
|
||||
|
||||
/* ── Imprint page ── */
|
||||
.imprint-content {
|
||||
font-family: var(--font-body);
|
||||
|
||||
Reference in New Issue
Block a user