diff --git a/languages/en.yml b/languages/en.yml index bf8dbb1..b0a513b 100644 --- a/languages/en.yml +++ b/languages/en.yml @@ -2,7 +2,6 @@ categories: Categories search: Search... tags: Tags tagcloud: Tag Cloud -tweets: Tweets prev: Prev next: Next comment: Comments @@ -18,4 +17,5 @@ home: Home archives: Archives about: About site_uv: UV -site_pv: PV \ No newline at end of file +site_pv: PV +links: Links \ No newline at end of file diff --git a/languages/zh-CN.yml b/languages/zh-CN.yml index 5bfad9f..c8de947 100644 --- a/languages/zh-CN.yml +++ b/languages/zh-CN.yml @@ -2,7 +2,6 @@ categories: 分类 search: 搜索... tags: 标签 tagcloud: 标签云 -tweets: 推文 prev: 上一页 next: 下一页 comment: 留言 @@ -18,4 +17,5 @@ home: 首页 archives: 归档 about: 关于 site_uv: 访问人数 -site_pv: 总访问量 \ No newline at end of file +site_pv: 总访问量 +links: 友链 \ No newline at end of file diff --git a/source/css/layout/common/variables.styl b/source/css/layout/common/variables.styl index 4fffc9c..f17934f 100644 --- a/source/css/layout/common/variables.styl +++ b/source/css/layout/common/variables.styl @@ -25,9 +25,9 @@ $z-index-6 = 1006; // color // =============================== // normal mode color -$primary-color = #1864bd; // 主题颜色 +$primary-color = #f05026; // 主题颜色 $background-color = #fdfdfd; // 背景颜色 -$normal-text-color = #515061; // 通用文本颜色(默认字体颜色) +$normal-text-color = #535163; // 通用文本颜色(默认字体颜色) $first-text-color = darken($normal-text-color, 20%); // 第一文本颜色 $second-text-color = darken($normal-text-color, 10%); // 第二文本颜色 $third-text-color = lighten($normal-text-color, 30%); // 第三文本颜色