MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

操作图标颜色有点浅,哪里可以修改啊? #31

Closed dxjia closed 8 years ago

dxjia commented 8 years ago

感谢作者的主题,很漂亮。

文章页面里的一些操作图标都是白色的,比如 返回顶部和底部 bottom_up, 上一篇 下一篇pre_next,很不容易看到。。。可以改为深色的吗?或者哪里可以自定义呢?

谢谢。。。

MOxFIVE commented 8 years ago

没有地方设置,有需要可自行修改 CSS https://github.com/MOxFIVE/hexo-theme-yelee/blob/master/source/css/_partial/main.styl


/* 返回顶部和底部 */
.scroll {
    a {
        background: rgba(215, 216, 215, .4); /* 背景色 */
        .fa {
            color: rgba(255, 255, 255, .8); /* 图标颜色 */
        }
}

/* 上一篇 下一篇 */
#post-nav-button {
    a {
        background: none;
    }
dxjia commented 8 years ago

Thanks,按你说的成功了。。。。

mlijin9011 commented 8 years ago

背景色可以改,但是图标颜色改了没效果呢