Update spacing and font style

This commit is contained in:
Steven Engler
2022-02-13 04:17:19 -05:00
parent c0a6ab5ca0
commit 91b53a42fe
2 changed files with 5 additions and 4 deletions

View File

@ -221,12 +221,12 @@ blockquote {
} }
.table-of-contents li { .table-of-contents li {
margin-top: 0.8em; margin-top: 0.5em;
} }
.table-of-contents ul ul { .table-of-contents ul ul {
list-style: none; list-style: none;
padding-left: 1.5em; padding-left: 1.0em;
} }
.table-of-contents-title { .table-of-contents-title {
@ -336,8 +336,8 @@ blockquote {
body { body {
font-size: 13pt; font-size: 13pt;
font-family: Lato, Arial, Helvetica, sans-serif; font-family: Lato, Arial, Helvetica, "Liberation Sans", sans-serif;
line-height: 1.4; line-height: 1.45;
margin: 0; margin: 0;
} }

View File

@ -26,6 +26,7 @@ a > code {
} }
body { body {
color: #232629;
background-color: rgb(247, 247, 247); background-color: rgb(247, 247, 247);
} }