Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-bluetext committed Apr 11, 2024
1 parent a76c679 commit 4fbef11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,9 @@ main ol li {
main ul li::marker,
main ol li::marker {
color: var(--primary-purple);
font-family: var(--sans-serif-font-medium);
font-family: var(--sans-serif-font-regular);
font-weight: var(--font-weight-light);
font-size: var(--font-size-21);
}

/* Special case lists */
Expand Down Expand Up @@ -1932,7 +1934,7 @@ body.quick-links main .section > div {
.article-content-wrapper ol {
font-size: var(--font-size-21);
margin: var(--spacer-element-05) 0;
padding-inline-start: var(--spacer-element-06);
padding-inline-start: var(--spacer-element-07);
}

.article-content {
Expand Down

0 comments on commit 4fbef11

Please sign in to comment.