Increase readability

This commit is contained in:
Gabriel Augendre 2020-08-16 19:51:42 +02:00
parent 0fb2ff99bd
commit 4b05fbb943

View file

@ -14,6 +14,11 @@ body {
font-family: Arial, sans-serif;
color: var(--main);
background-color: var(--background);
font-size: 110%;
}
p {
line-height: 1.7;
}
body img {