Updates list items to have same style as text when in article

This commit is contained in:
Josh Johnson 2017-10-29 12:35:41 -04:00
parent bb4aa3740b
commit 176ed10fe9
No known key found for this signature in database
GPG key ID: 93E0C66B0988E48B

View file

@ -68,6 +68,12 @@ header h1 {
color: #5B636E; color: #5B636E;
} }
article > ul > li {
font-size: 18px;
line-height: 28px;
color: #5B636E;
}
/* Navigation */ /* Navigation */
nav { nav {