fix: button style in cover page

This commit is contained in:
qingwei.li 2017-02-05 14:48:57 +08:00
commit 44708554f7
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## 2.0.2
### Bug fixes
- fix button style in cover page.
## 2.0.1
### Bug fixes
- border style.

View file

@ -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;