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

@@ -44,7 +44,7 @@
.apropos-toc-label {
font-family: var(--font-body);
font-size: 0.72rem;
font-size: 0.79rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
@@ -63,7 +63,7 @@
.apropos-toc ul a {
font-family: var(--font-body);
font-size: 0.875rem;
font-size: 0.96rem;
color: var(--text-secondary);
text-decoration: none;
display: block;
@@ -84,7 +84,7 @@
}
.apropos-toc-erg a {
font-size: 0.8rem;
font-size: 0.88rem;
color: var(--accent-primary);
text-decoration: none;
transition: opacity 0.15s;
@@ -122,7 +122,7 @@
.apropos-section-title {
font-family: var(--font-display);
font-size: 2rem;
font-size: 2.2rem;
font-weight: 400;
color: var(--text-primary);
margin: 0 0 1.75rem 0;
@@ -135,7 +135,7 @@
.prose {
font-family: var(--font-body);
font-size: 1.45rem;
font-size: 1.59rem;
line-height: 1.5;
color: var(--text-primary);
font-weight: 400;
@@ -157,9 +157,9 @@
margin: 1.5em 0 0.5em 0;
}
.prose h1 { font-size: 2rem; }
.prose h2 { font-size: 1.5rem; }
.prose h3 { font-size: 1.2rem; }
.prose h1 { font-size: 2.2rem; }
.prose h2 { font-size: 1.65rem; }
.prose h3 { font-size: 1.32rem; }
.prose a {
color: var(--accent-primary);
@@ -210,7 +210,7 @@
.apropos-contact-card strong {
display: block;
font-size: 0.95rem;
font-size: 1.04rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.2rem;
@@ -218,14 +218,14 @@
.apropos-contact-card span {
display: block;
font-size: 0.85rem;
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.4;
margin-bottom: 0.25rem;
}
.apropos-contact-card a {
font-size: 0.85rem;
font-size: 0.94rem;
color: var(--accent-primary);
text-decoration: underline;
text-underline-offset: 2px;
@@ -262,7 +262,7 @@
}
.apropos-credits-list dt {
font-size: 0.8rem;
font-size: 0.88rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
@@ -270,7 +270,7 @@
}
.apropos-credits-list dd {
font-size: 0.9rem;
font-size: 0.99rem;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
@@ -326,11 +326,11 @@
}
.prose {
font-size: 1.2rem;
font-size: 1.32rem;
}
.apropos-section-title {
font-size: 1.6rem;
font-size: 1.76rem;
}
}
@@ -340,7 +340,7 @@
}
.prose {
font-size: 1rem;
font-size: 1.1rem;
}
.apropos-credit-row {