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
代码块的附加网址在暗色主题下文字颜色为亮色
实际显示为暗色,跟文章中的链接差不多,在暗色背景下完全看不清
在文章内插入带附加网址的代码块,例如下面截图所使用的代码:
{% codeblock 使用request库解决GZip压缩过的页面的解决方案 lang:javascript https://cnodejs.org/topic/545de1e1a68535a174fe51b5#545dec00a68535a174fe51c3 参考自:CNode %} request({ url: '<Url>', headers: { 'User-Agent': '<User agent>', 'Accept-Encoding': 'gzip, deflate' // <== }, gzip: true // <== }, function(err, res, body) { // Handling response... }); {% endcodeblock %}
然后将代码高亮主题切换为night eighties
night eighties
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
✔ - Master
NexT Scheme:
代码高亮主题:
highlight_theme: night eighties
截图:(右上角的“参考自:CNode”很难看清)
The text was updated successfully, but these errors were encountered:
Bug: Incorrect foreground color of the link in code blocks. #859
9bce7bc
Fixed
Sorry, something went wrong.
Bug: Incorrect foreground color of the link in code blocks. iissnan#859
8c2e737
No branches or pull requests
Expected behavior (预期行为)
代码块的附加网址在暗色主题下文字颜色为亮色
Actual behavior (实际行为)
实际显示为暗色,跟文章中的链接差不多,在暗色背景下完全看不清
Steps to reproduce the behavior (重现步骤)
在文章内插入带附加网址的代码块,例如下面截图所使用的代码:
然后将代码高亮主题切换为
night eighties
NexT Informations
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
✔ - Master
NexT Scheme:
✔ - Pisces
Other Informations (Like Browser, System, Screenshots)
代码高亮主题:
截图:(右上角的“参考自:CNode”很难看清)
The text was updated successfully, but these errors were encountered: