Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 955 #374

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ main .columns > div > div > h4:first-child {
.section-top-grid > div:nth-child(1) > div:nth-child(1),
.article-content-wrapper ul {
font-family: var(--sans-serif-font-light);
font-size: var(--font-size-21);
font-size: var(--font-size-16);
font-weight: var(--font-weight-light);
line-height: var(--line-height-160);
letter-spacing: var(--letter-spacing-1);
Expand Down
2 changes: 1 addition & 1 deletion blocks/leadspace/leadspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ main div.leadspace-wrapper {
.leadspace .button-group {
display: flex;
flex-flow: row nowrap;
align-items: center;
align-items: baseline;
}

.leadspace.brand-logo .button-group {
Expand Down
2 changes: 1 addition & 1 deletion blocks/references/references.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.references ul, ol, li, a {
font-size: var(--font-size-14);
font-size: var(--font-size-21);
font-family: var(--sans-serif-font-regular);
color: var(--neutral-grey-tint140);
}
5 changes: 5 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,11 @@ body.quick-links main .section > div {
line-height: var(--line-height-160);
letter-spacing: var(--letter-spacing-1);
}

.article-content-wrapper ul li {
font-size: inherit;
}

}

/* Desktop */
Expand Down
Loading