mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-10 20:51:05 +01:00
Increase body font size 25% to accommodate Exo2
This commit is contained in:
parent
f8f57d0d40
commit
1ca2c62dc4
|
@ -14,7 +14,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: Exo2, Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
font-family: Exo2, Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
||||||
font-size: 1rem;
|
font-size: 1.25rem;
|
||||||
line-height: 1.54;
|
line-height: 1.54;
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
|
|
Loading…
Reference in a new issue