modified: languages & css

This commit is contained in:
XPoet 2020-04-08 17:59:47 +08:00
parent 76959ed349
commit 2f1f0d62e3
3 changed files with 6 additions and 6 deletions

View File

@ -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
@ -18,4 +17,5 @@ home: Home
archives: Archives archives: Archives
about: About about: About
site_uv: UV site_uv: UV
site_pv: PV site_pv: PV
links: Links

View File

@ -2,7 +2,6 @@ categories: 分类
search: 搜索... search: 搜索...
tags: 标签 tags: 标签
tagcloud: 标签云 tagcloud: 标签云
tweets: 推文
prev: 上一页 prev: 上一页
next: 下一页 next: 下一页
comment: 留言 comment: 留言
@ -18,4 +17,5 @@ home: 首页
archives: 归档 archives: 归档
about: 关于 about: 关于
site_uv: 访问人数 site_uv: 访问人数
site_pv: 总访问量 site_pv: 总访问量
links: 友链

View File

@ -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%); //