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

@@ -109,7 +109,7 @@ body > header nav {
body > header nav > a {
font-family: var(--font-display);
font-size: 1.1rem;
font-size: 1.21rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--accent-foreground);
@@ -127,7 +127,7 @@ body > header nav > ul {
}
body > header nav ul a {
font-size: 0.95rem;
font-size: 1.04rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--accent-foreground);
@@ -182,7 +182,7 @@ body > header form[role="search"] svg {
body > header form[role="search"] input {
flex: 1;
border: none;
font-size: 0.95rem;
font-size: 1.04rem;
color: var(--text-primary);
background: transparent;
padding: 0.15rem 0;
@@ -219,7 +219,7 @@ body > header form[role="search"] input::placeholder {
padding: 0.5rem 1rem;
background: var(--accent-primary);
color: var(--text-primary);
font-size: 0.9rem;
font-size: 0.99rem;
font-weight: 600;
text-decoration: none;
border-radius: 0 0 4px 4px;