-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix inline code in dark mode when printing #1404
Conversation
- Use the same style that was applied to code block by targeting CSS class of "code.hljs.inline"
Thanks! 👍
looks good, I think this is as specific as it can get
Rather, it may look too much like normal text. Should we add a border similar to code blocks? |
If this refers to inline code, a border may be too visually jarring. How about a slightly shaded bg? BTW, whichever it is, should be the same when using the light theme for the code, right? |
Not necessarily; I think its ok to provide only a simpler, at-least printable dark theme. also when printing textbooks I really doubt many would print with colour anyway =P |
I see. I was under the impression that we are switching to the light theme for printing but if that's not the case, a simple style fix is fine.
Ink saving applies to B&W too :-) |
Looks OK to me. @ang-zeyu what do you think? |
Lgtm 👍 thanks! @raysonkoh |
What is the purpose of this pull request?
Fixes #1401
Overview of changes:
Updated the css selector in
markbind.css
, under the media print query for code blocks, to additionally target inline code.Anything you'd like to highlight / discuss:
code.hljs.inline
<box>
Testing instructions: Ran
npm run test
, no errors.Proposed commit message: (wrap lines at 72 characters): Fix inline code in dark mode when printing
Checklist: ☑️