Skip to content

Commit

Permalink
fix(core): set bold font to 700
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Jan 22, 2024
1 parent 6260e58 commit 932551a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/styles/core/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ a[tabindex='-1']:focus {
b,
strong,
.cat-strong {
font-weight: 600;
font-weight: 700;
}

mark,
Expand Down Expand Up @@ -108,7 +108,7 @@ ul.cat-plain {
}

dt {
font-weight: 600;
font-weight: 700;
}

dd:not(:last-child) {
Expand Down

0 comments on commit 932551a

Please sign in to comment.