modified: languages & css
This commit is contained in:
parent
76959ed349
commit
2f1f0d62e3
|
@ -2,7 +2,6 @@ categories: Categories
|
||||||
search: Search...
|
search: Search...
|
||||||
tags: Tags
|
tags: Tags
|
||||||
tagcloud: Tag Cloud
|
tagcloud: Tag Cloud
|
||||||
tweets: Tweets
|
|
||||||
prev: Prev
|
prev: Prev
|
||||||
next: Next
|
next: Next
|
||||||
comment: Comments
|
comment: Comments
|
||||||
|
@ -19,3 +18,4 @@ archives: Archives
|
||||||
about: About
|
about: About
|
||||||
site_uv: UV
|
site_uv: UV
|
||||||
site_pv: PV
|
site_pv: PV
|
||||||
|
links: Links
|
|
@ -2,7 +2,6 @@ categories: 分类
|
||||||
search: 搜索...
|
search: 搜索...
|
||||||
tags: 标签
|
tags: 标签
|
||||||
tagcloud: 标签云
|
tagcloud: 标签云
|
||||||
tweets: 推文
|
|
||||||
prev: 上一页
|
prev: 上一页
|
||||||
next: 下一页
|
next: 下一页
|
||||||
comment: 留言
|
comment: 留言
|
||||||
|
@ -19,3 +18,4 @@ archives: 归档
|
||||||
about: 关于
|
about: 关于
|
||||||
site_uv: 访问人数
|
site_uv: 访问人数
|
||||||
site_pv: 总访问量
|
site_pv: 总访问量
|
||||||
|
links: 友链
|
|
@ -25,9 +25,9 @@ $z-index-6 = 1006;
|
||||||
// color
|
// color
|
||||||
// ===============================
|
// ===============================
|
||||||
// normal mode color
|
// normal mode color
|
||||||
$primary-color = #1864bd; // 主题颜色
|
$primary-color = #f05026; // 主题颜色
|
||||||
$background-color = #fdfdfd; // 背景颜色
|
$background-color = #fdfdfd; // 背景颜色
|
||||||
$normal-text-color = #515061; // 通用文本颜色(默认字体颜色)
|
$normal-text-color = #535163; // 通用文本颜色(默认字体颜色)
|
||||||
$first-text-color = darken($normal-text-color, 20%); // 第一文本颜色
|
$first-text-color = darken($normal-text-color, 20%); // 第一文本颜色
|
||||||
$second-text-color = darken($normal-text-color, 10%); // 第二文本颜色
|
$second-text-color = darken($normal-text-color, 10%); // 第二文本颜色
|
||||||
$third-text-color = lighten($normal-text-color, 30%); // 第三文本颜色
|
$third-text-color = lighten($normal-text-color, 30%); // 第三文本颜色
|
||||||
|
|
Loading…
Reference in New Issue