Skip to content

Commit df4c8fa

Browse files
authored
_sass: Use 'bold' weight for main-content dt
1 parent c074283 commit df4c8fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_sass/custom/custom.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ summary {
3535
}
3636

3737
dt {
38-
font-weight: 700;
38+
font-weight: bold;
3939
text-align: start;
4040

4141
&::after {
@@ -44,8 +44,6 @@ summary {
4444
}
4545

4646
dd {
47-
font-weight: normal;
48-
4947
+ dt {
5048
margin-top: 1em;
5149
}

0 commit comments

Comments
 (0)