landing-page: Make <ul> formatting consistent.

This changes the <ul> styling so that when not nested in a <p>
tag it'll have the standard font-weight (400) and be the same
color as the body text (blue/gray).
This commit is contained in:
Brock Whittaker 2017-10-25 16:26:36 -07:00 committed by Tim Abbott
parent 2f52da7baa
commit f885ec82db
1 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,10 @@ p {
line-height: 1.5;
}
ul {
font-weight: normal;
}
a,
a:hover,
a:visited {
@ -1807,7 +1811,6 @@ nav ul li.active::after {
}
.portico-landing.why-page .main li {
color: #555;
line-height: 1.6;
font-size: 1em;
}