【发布时间】: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 命令更新网页,但是超链接样式并没有改变。
【问题讨论】:
-
这是我要改的网站52debug.cn/posts/5c6193c6.html#more文章底部的超链接样式没变。
标签: hexo