This commit is contained in:
alison wright 2021-05-01 17:15:25 -06:00
parent 30b0c2961d
commit d8b49ffb55

View File

@ -585,6 +585,12 @@ section#content h1, section#content h2, section#content h3, section#content h4,
border-bottom: 1px solid;
padding: 0 1em
}
section#content p {
line-height: 1.6;
text-align: justify;
text-justify: distribute;
text-indent: 35px;
}
/* colors */
a {color: #92ebf0}