Skip to content

Commit 4470855

Browse files
committed
fix: button style in cover page
1 parent 6e35f64 commit 4470855

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.2
2+
3+
### Bug fixes
4+
- fix button style in cover page.
5+
16
## 2.0.1
27
### Bug fixes
38
- border style.

src/themes/basic/_coverpage.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ section.cover {
7373
.cover-main p:last-child a {
7474
border-radius: 2em;
7575
border-width: 1px;
76-
border-style: solid;
77-
border-width: var(--theme-color, $color-primary);
76+
border-style: solid;
77+
border-color: var(--theme-color, $color-primary);
7878
box-sizing: border-box;
7979
color: var(--theme-color, $color-primary);
8080
font-size: 1.05em;

0 commit comments

Comments
 (0)