Skip to content

Commit

Permalink
fix: button style in cover page
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 5, 2017
1 parent 6e35f64 commit 4470855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.2

### Bug fixes
- fix button style in cover page.

## 2.0.1
### Bug fixes
- border style.
Expand Down
4 changes: 2 additions & 2 deletions src/themes/basic/_coverpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ section.cover {
.cover-main p:last-child a {
border-radius: 2em;
border-width: 1px;
border-style: solid;
border-width: var(--theme-color, $color-primary);
border-style: solid;
border-color: var(--theme-color, $color-primary);
box-sizing: border-box;
color: var(--theme-color, $color-primary);
font-size: 1.05em;
Expand Down

0 comments on commit 4470855

Please sign in to comment.