You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiya.. minor style suggestion.. to preserve bold in this case: **`myFunction()`**
Currently, in the github style, the full font specification for code is overriding the bold. Suggest to use family specifically, to preserve bold when applied. Suggest to change lines 195-197 of github-markdown.css from
I also removed the overriding size here because the size is already set to 85% on line 421. And, that's good because if you were to have a ## `MonospacedHeading` you wouldn't want a fixed 14px size anyway. 😸
The text was updated successfully, but these errors were encountered:
Hiya.. minor style suggestion.. to preserve bold in this case:
**`myFunction()`**
Currently, in the github style, the full
font
specification forcode
is overriding the bold. Suggest to use family specifically, to preserve bold when applied. Suggest to change lines 195-197 of github-markdown.css fromto
I also removed the overriding size here because the size is already set to 85% on line 421. And, that's good because if you were to have a
## `MonospacedHeading`
you wouldn't want a fixed 14px size anyway. 😸The text was updated successfully, but these errors were encountered: