We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e35f64 commit 4470855Copy full SHA for 4470855
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.0.2
2
+
3
+### Bug fixes
4
+- fix button style in cover page.
5
6
## 2.0.1
7
### Bug fixes
8
- border style.
src/themes/basic/_coverpage.css
@@ -73,8 +73,8 @@ section.cover {
73
.cover-main p:last-child a {
74
border-radius: 2em;
75
border-width: 1px;
76
- border-style: solid;
77
- border-width: var(--theme-color, $color-primary);
+ border-style: solid;
+ border-color: var(--theme-color, $color-primary);
78
box-sizing: border-box;
79
color: var(--theme-color, $color-primary);
80
font-size: 1.05em;
0 commit comments