无法更改hexo-theme-next6.6.0超链接样式

时间:2019-07-12 06:44:07

标签: hexo

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

我尝试过的方法: 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命令更新网页,但是超链接样式没有更改。

1 个答案:

答案 0 :(得分:0)

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