Skip to content

Commit 0a6ce3e

Browse files
silverwindlafrikszeripath
authored
Change markdown font weight to 600 (#13584)
Previously it was reduced globally from 700 to 500 but it actually needs to be 600 to match GitHub's rendering. Co-authored-by: Lauris BH <[email protected]> Co-authored-by: zeripath <[email protected]>
1 parent 949e3f5 commit 0a6ce3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/less/_markdown.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
h6 {
7878
margin-top: 1em;
7979
margin-bottom: 16px;
80-
font-weight: 500;
80+
font-weight: 600;
8181
line-height: 1.4;
8282

8383
&:first-of-type {
@@ -193,7 +193,7 @@
193193
margin-top: 16px;
194194
font-size: 1em;
195195
font-style: italic;
196-
font-weight: 500;
196+
font-weight: 600;
197197
}
198198

199199
dl dd {
@@ -224,7 +224,7 @@
224224
}
225225

226226
table th {
227-
font-weight: 500;
227+
font-weight: 600;
228228
}
229229

230230
table th,
@@ -450,7 +450,7 @@
450450
}
451451

452452
.csv-data th {
453-
font-weight: 500;
453+
font-weight: 600;
454454
background: #f8f8f8;
455455
border-top: 0;
456456
}

0 commit comments

Comments
 (0)