modified: languages & css
This commit is contained in:
parent
76959ed349
commit
2f1f0d62e3
|
@ -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
|
||||
site_pv: PV
|
||||
links: Links
|
|
@ -2,7 +2,6 @@ categories: 分类
|
|||
search: 搜索...
|
||||
tags: 标签
|
||||
tagcloud: 标签云
|
||||
tweets: 推文
|
||||
prev: 上一页
|
||||
next: 下一页
|
||||
comment: 留言
|
||||
|
@ -18,4 +17,5 @@ home: 首页
|
|||
archives: 归档
|
||||
about: 关于
|
||||
site_uv: 访问人数
|
||||
site_pv: 总访问量
|
||||
site_pv: 总访问量
|
||||
links: 友链
|
|
@ -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%); // 第三文本颜色
|
||||
|
|
Loading…
Reference in New Issue