We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc64cb commit 8b7c64cCopy full SHA for 8b7c64c
_sass/_article.scss
@@ -282,7 +282,7 @@ article {
282
font-size: 1em;
283
padding-right: 2px;
284
> strong {
285
- font-weight: 600;
+ font-weight: 500;
286
}
287
288
@@ -306,6 +306,7 @@ article {
306
.method-info-return-type {
307
color: $clr-php-green;
308
vertical-align: top;
309
310
311
312
@@ -323,7 +324,7 @@ article {
323
324
.method-info-return-lead,
325
.method-info-throws-lead {
326
float: left;
327
328
color: $clr-php-blue;
329
330
0 commit comments