Skip to content

Commit

Permalink
Feat: Make contents of <strong> actually appear strong
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Feb 4, 2022
1 parent 78cd4c7 commit e9a6759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/style/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
&::before {
line-height: tokens.$line-height-default;
}

strong {
font-weight: tokens.$font-weight-bold;
}
}

#c-ttl,
Expand Down

0 comments on commit e9a6759

Please sign in to comment.