Change default text-align to justify.

This commit is contained in:
tastytea 2021-07-10 14:54:13 +02:00
parent 970ffff1a8
commit f95096d409
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ html
{
background-color: var(--bg);
color: var(--fg);
font-family: var(--font-serif)
font-family: var(--font-serif);
text-align: justify;
}
body