Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Fix Bug 1126320 - Inline code tag visibility #3259

Merged
merged 1 commit into from Jun 17, 2015
Merged

Fix Bug 1126320 - Inline code tag visibility #3259

merged 1 commit into from Jun 17, 2015

Conversation

stephaniehobson
Copy link
Contributor

Dialing back the visibility a bit.

Changed font to Courier since Courier New is too fine at the regular weight.
Removed default bold.

$code-block-font-family = Consolas, Monaco, 'Andale Mono', monospace; /* prism */
$diff-font-family = 'Courier New', 'Andale Mono', monospace;
$diff-font-family = 'Courier', 'Andale Mono', monospace;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do:

$code-inline-font-family = $diff-font-family = 'Courier', 'Andale Mono', monospace;

?

If not, can we put those two vars next to each other so we remember that they're essentially the same?

@stephaniehobson
Copy link
Contributor Author

Ready for re-review.

@darkwing
Copy link
Contributor

R+!

darkwing added a commit that referenced this pull request Jun 17, 2015
Fix Bug 1126320 - Inline code tag visibility
@darkwing darkwing merged commit d575666 into mdn:master Jun 17, 2015
@stephaniehobson stephaniehobson deleted the bug-1126320-inline-code branch June 18, 2015 22:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants