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