Skip to content

Commit

Permalink
h3 foont weight should be bold
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCollinz committed Mar 5, 2024
1 parent 2a7278b commit 13f4a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ h1,
h2,
h3 {
font-family: var(--heading-font-family);
font-weight: var(--font-weight-normal);
font-weight: var(--font-weight-bold);
color: var(--gray-neutral-80);
}

Expand Down Expand Up @@ -220,7 +220,7 @@ a:visited {
}
a:hover {
font-family: var(--body-font-family);
color: var(--brand-primary);
color: var(--brand-primary-strong);
}

span {
Expand Down

0 comments on commit 13f4a85

Please sign in to comment.