bump all font-size values ~10% across all CSS files

This commit is contained in:
Pontoporeia
2026-04-07 15:03:09 +02:00
parent 0c2276d5ad
commit ad06bbbcaf
8 changed files with 126 additions and 125 deletions

View File

@@ -36,7 +36,7 @@
/* Author (p) — above title */
.tfe-author {
font-family: var(--font-display);
font-size: 1.4rem;
font-size: 1.54rem;
font-weight: 400;
color: var(--text-primary);
margin: 0;
@@ -46,7 +46,7 @@
/* Title (h1) — primary heading, very large */
.tfe-title {
font-family: var(--font-display);
font-size: 2.2rem;
font-size: 2.42rem;
font-weight: 400;
color: var(--text-primary);
margin: 0;
@@ -59,7 +59,7 @@ article dl {
display: flex;
flex-direction: column;
gap: 0.45rem;
font-size: 0.95rem;
font-size: 1.04rem;
line-height: 1.4;
margin: 0;
}
@@ -100,7 +100,7 @@ article dl dd a {
/* Synopsis paragraph */
.tfe-synopsis-text {
font-size: 0.95rem;
font-size: 1.04rem;
line-height: 1.7;
color: var(--text-primary);
margin: 0;
@@ -144,7 +144,7 @@ aside figure embed {
/* figcaption under media — target <figcaption> inside <aside> */
aside figcaption {
font-size: 0.8rem;
font-size: 0.88rem;
color: var(--text-secondary);
margin: 0.3rem 0 0;
font-style: italic;
@@ -152,7 +152,7 @@ aside figcaption {
/* PDF fallback download link */
.tfe-pdf-fallback {
font-size: 0.85rem;
font-size: 0.94rem;
margin: 0.4rem 0 0;
}
@@ -165,7 +165,7 @@ aside figcaption {
/* "Not available" and "no files" notices */
.tfe-restricted,
.tfe-no-files {
font-size: 0.95rem;
font-size: 1.04rem;
color: var(--text-secondary);
font-style: italic;
padding: 1rem 0;
@@ -180,7 +180,7 @@ aside figcaption {
}
.tfe-title {
font-size: 1.7rem;
font-size: 1.87rem;
}
}
@@ -190,6 +190,6 @@ aside figcaption {
}
.tfe-title {
font-size: 1.4rem;
font-size: 1.54rem;
}
}