Skip to content

Commit 8b7c64c

Browse files
authored
Update _article.scss
1 parent 3bc64cb commit 8b7c64c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_sass/_article.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ article {
282282
font-size: 1em;
283283
padding-right: 2px;
284284
> strong {
285-
font-weight: 600;
285+
font-weight: 500;
286286
}
287287
}
288288

@@ -306,6 +306,7 @@ article {
306306
.method-info-return-type {
307307
color: $clr-php-green;
308308
vertical-align: top;
309+
font-weight: 500;
309310
}
310311
}
311312

@@ -323,7 +324,7 @@ article {
323324
.method-info-return-lead,
324325
.method-info-throws-lead {
325326
float: left;
326-
font-weight: 600;
327+
font-weight: 500;
327328
color: $clr-php-blue;
328329
}
329330

0 commit comments

Comments
 (0)