【问题标题】:Failing changing hexo-theme-next6.6.0 hyperlink style更改 hexo-theme-next6.6.0 超链接样式失败
【发布时间】:2019-07-12 06:44:07
【问题描述】:

我尝试使用搜索引擎可以搜索到的所有方法来修改主题的超链接样式,但都没有生效。

我试过的方法: https://vonsdite.cn/posts/13afd8d4.html

https://neveryu.github.io/2016/09/30/hexo-next-two/

https://blog.junyu.io/posts/0010-hexo-learn-from-Never-yu.html#hyperlink

我已尝试将以下代码写入此文件。 themes\next\source\css\_custom\custom.styl

.post-body p a {
color: #0593d3;
border-bottom: none;
&:hover {
color: #0477ab;
text-decoration: underline;
}
}

写完上面的代码后,我尝试使用 hexo cl && hexo g && hexo d 命令更新网页,但是超链接样式并没有改变。

【问题讨论】:

标签: hexo


【解决方案1】:

我自己解决了这个问题! CSS 不起作用的原因是我启用了带有 BASE64 加密和解密的外部 URL,这与那个 CSS 样式冲突!

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-10-22
    • 1970-01-01
    • 2010-10-19
    • 2020-02-27
    • 2017-03-06
    • 1970-01-01
    • 2019-08-31
    • 1970-01-01
    相关资源
    最近更新 更多