Skip to content

Commit

Permalink
Fix font-weight for b, strong
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Apr 3, 2024
1 parent 4f08074 commit 7062789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ abbr[title] {
// Add the correct font weight in Edge and Safari.
b,
strong {
font-weight: bolder;
font-weight: 700;
}
blockquote {
margin-left: 0;
Expand Down

0 comments on commit 7062789

Please sign in to comment.