Skip to content

Commit

Permalink
Set fixed bold font-weight on light font-weight article elements (#12115
Browse files Browse the repository at this point in the history
)
  • Loading branch information
robdivincenzo committed Apr 1, 2024
1 parent f2423a0 commit eeb2aaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/sass/views/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
ul,
ol {
font-weight: 300;
b {
font-weight: 700;
}
}
}
}
Expand Down

0 comments on commit eeb2aaa

Please sign in to comment.