Increase readability
This commit is contained in:
parent
0fb2ff99bd
commit
4b05fbb943
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue