Skip to content

Commit 04c4655

Browse files
authored
Update default.vue
1 parent 852a2ed commit 04c4655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: layouts/default.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ html {
2727
.button--green {
2828
display: inline-block;
2929
border-radius: 4px;
30-
border: 1px solid #3b8070;
31-
color: #3b8070;
30+
border: 1px solid #52A2F3;
31+
color: #52A2F3;
3232
text-decoration: none;
3333
padding: 10px 30px;
3434
}
3535
3636
.button--green:hover {
3737
color: #fff;
38-
background-color: #3b8070;
38+
background-color: #52A2F3;
3939
}
4040
4141
.button--grey {

0 commit comments

Comments
 (0)