Skip to content

Commit

Permalink
_sass: Use 'bold' weight for main-content dt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 authored Jan 4, 2025
1 parent c074283 commit df4c8fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ summary {
}

dt {
font-weight: 700;
font-weight: bold;
text-align: start;

&::after {
Expand All @@ -44,8 +44,6 @@ summary {
}

dd {
font-weight: normal;

+ dt {
margin-top: 1em;
}
Expand Down

0 comments on commit df4c8fa

Please sign in to comment.