We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When a page is printed the text in the code block section is almost unreadable due shadow.
To Reproduce Put a text in a code block and click on the printer icon and print to paper or pdf
Expected behavior Black or color coded text without shadow
Screenshots
CSS override does not help, the override is ignored
code[class*=language-], pre[class*=language-] { color: #fff; background: 0 0; font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace; font-size: 1em; text-align: left; text-shadow: none; <-------- CHANGED VALUE white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none }
The text was updated successfully, but these errors were encountered:
Fixed by ccc6a77
Sorry, something went wrong.
NGPixel
No branches or pull requests
Describe the bug
When a page is printed the text in the code block section is almost unreadable due shadow.
To Reproduce
Put a text in a code block and click on the printer icon and print to paper or pdf
Expected behavior
Black or color coded text without shadow
Screenshots
CSS override does not help, the override is ignored
The text was updated successfully, but these errors were encountered: