File tree Expand file tree Collapse file tree 5 files changed +12678
-26
lines changed Expand file tree Collapse file tree 5 files changed +12678
-26
lines changed Original file line number Diff line number Diff line change @@ -27,29 +27,29 @@ html {
27
27
.button--green {
28
28
display : inline-block ;
29
29
border-radius : 4px ;
30
- border : 1px solid #52A2F3 ;
31
- color : #52A2F3 ;
30
+ border : 1px solid #ecc02d ;
31
+ color : #ecc02d ;
32
32
text-decoration : none ;
33
33
padding : 10px 30px ;
34
34
}
35
35
36
36
.button--green :hover {
37
37
color : #fff ;
38
- background-color : #52A2F3 ;
38
+ background-color : #ecc02d ;
39
39
}
40
40
41
41
.button--grey {
42
42
display : inline-block ;
43
43
border-radius : 4px ;
44
- border : 1px solid #35495e ;
45
- color : #35495e ;
44
+ border : 1px solid #ecc02d ;
45
+ color : #ecc02d ;
46
46
text-decoration : none ;
47
47
padding : 10px 30px ;
48
48
margin-left : 15px ;
49
49
}
50
50
51
51
.button--grey :hover {
52
52
color : #fff ;
53
- background-color : #35495e ;
53
+ background-color :#ecc02d ;
54
54
}
55
55
</style >
You can’t perform that action at this time.
0 commit comments