MOxFIVE / hexo-theme-yelee

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

侧边栏上面的矩形区域的颜色在哪改? #56

Closed ghost closed 8 years ago

ghost commented 8 years ago

侧边栏上面矩形区域的颜色好像是随机出现的,我想让他变成固定的。。

ghost commented 8 years ago

main.js 里面有个随机颜色

MOxFIVE commented 8 years ago

同上,把随机颜色的 JS 代码删掉, https://github.com/MOxFIVE/hexo-theme-yelee/blob/master/source/js/main.js#L142

然后再到 CSS 里改默认颜色 https://github.com/MOxFIVE/hexo-theme-yelee/blob/master/source/css/_partial/main.styl#L46

.overlay{
    background-color: black;
    opacity: 0.7;
}
ghost commented 8 years ago

ok,这个要是能直接在 config 中设置就方便了~