Skip to content

Commit

Permalink
feat: new cover (Tsinghua) for landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Mar 23, 2019
1 parent 44894be commit fc34d94
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@
"value-list-comma-newline-after": "never-multi-line",
"value-list-comma-newline-before": "never-multi-line",
"value-list-comma-space-after": "always",
"value-no-vendor-prefix": true,
"value-no-vendor-prefix": true
}
}
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ TeXt 使用 [Tomorrow](https://github.com/chriskempson/tomorrow-theme) 作为它

- 给该项目点赞 🌟
- 赞同[这个知乎回答](https://www.zhihu.com/question/20223939/answer/122596506)
- 关注我的 Github
- 关注我的 GitHub
- 打赏

| 微信支付 | 支付宝 |
Expand Down
4 changes: 2 additions & 2 deletions _sass/common/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
.button--outline-theme-light {
color: $main-color-theme-light;
border: 1px solid $main-color-theme-light;
@include clickable($text-color-theme-dark, $main-color-theme-light);
@include clickable($main-color-theme-light, transparent, $text-color-theme-dark, $main-color-theme-light);
}

.button--outline-theme-dark {
color: $main-color-theme-dark;
border: 1px solid $main-color-theme-dark;
@include clickable($text-color-theme-light, $main-color-theme-dark);
@include clickable($main-color-theme-dark, transparent, $text-color-theme-light, $main-color-theme-dark);
}

.button--pill {
Expand Down
Binary file added docs/assets/images/cover4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
type: error
url: /docs/en/quick-start
- text: Demo
type: outline-info
type: outline-theme-dark
url: /test/
height: 100vh
theme: dark
background_color: "#111"
background_color: "#367a9a"
background_image:
gradient: "linear-gradient(rgba(240, 0, 150, .4), rgba(104, 0, 208 , .4))"
src: /docs/assets/images/cover2.jpg
gradient: "linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6))"
src: /docs/assets/images/cover4.jpg
data:
sections:
- title: Fully Responsive
Expand Down

0 comments on commit fc34d94

Please sign in to comment.