mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
bump all font-size values ~10% across all CSS files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user