We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852a2ed commit 04c4655Copy full SHA for 04c4655
layouts/default.vue
@@ -27,15 +27,15 @@ html {
27
.button--green {
28
display: inline-block;
29
border-radius: 4px;
30
- border: 1px solid #3b8070;
31
- color: #3b8070;
+ border: 1px solid #52A2F3;
+ color: #52A2F3;
32
text-decoration: none;
33
padding: 10px 30px;
34
}
35
36
.button--green:hover {
37
color: #fff;
38
- background-color: #3b8070;
+ background-color: #52A2F3;
39
40
41
.button--grey {
0 commit comments