Skip to content
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

代码块的附加网址链接在暗色主题下不清晰 #859

Closed
ghost opened this issue May 1, 2016 · 1 comment
Closed

代码块的附加网址链接在暗色主题下不清晰 #859

ghost opened this issue May 1, 2016 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented May 1, 2016

Expected behavior (预期行为)

代码块的附加网址在暗色主题下文字颜色为亮色

Actual behavior (实际行为)

实际显示为暗色,跟文章中的链接差不多,在暗色背景下完全看不清

Steps to reproduce the behavior (重现步骤)

在文章内插入带附加网址的代码块,例如下面截图所使用的代码:

{% 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

NexT Informations

Add the ✔ sign before an item which is affected by this behavior.

NexT Version:

✔ - Master

  • Latest Release
  • Old version -

NexT Scheme:

  • All schemes
  • Muse
  • Mist
    ✔ - Pisces

Other Informations (Like Browser, System, Screenshots)

代码高亮主题:

highlight_theme: night eighties

截图:(右上角的“参考自:CNode”很难看清)

@iissnan
Copy link
Owner

iissnan commented May 4, 2016

Fixed

@iissnan iissnan added this to the v5.0.1 milestone May 5, 2016
@ghost ghost closed this as completed Jul 16, 2016
habren pushed a commit to habren/hexo-theme-next that referenced this issue Apr 8, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant