iTimeTraveler / hexo-theme-hipaper

A fashional newspaper theme for Hexo.
https://itimetraveler.github.io/hexo-theme-hipaper/
MIT License
254 stars 75 forks source link

如何改变博客页面最上端的黑色区域?能否颜色这类的? #44

Open KangChou opened 4 years ago

KangChou commented 4 years ago

链接:https://coomatrix.com/2017/12/11/bloglearning/

arginsen commented 4 years ago

路径: hiero//source/css/hiero.css

搜索,更改以下内容:

/* HEADER
----------------------------------------------- */
/* 背景颜色 */
.site-header {
    background: #16171b;
    }
/* 站点名颜色 */
.site-title a {
    color: #fff;
    }
/* 站点描述颜色 */ 
.site-description {
    color: #999;
    }