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 {
2727.button--green {
2828 display : inline-block ;
2929 border-radius : 4px ;
30- border : 1px solid #52A2F3 ;
31- color : #52A2F3 ;
30+ border : 1px solid #ecc02d ;
31+ color : #ecc02d ;
3232 text-decoration : none ;
3333 padding : 10px 30px ;
3434}
3535
3636.button--green :hover {
3737 color : #fff ;
38- background-color : #52A2F3 ;
38+ background-color : #ecc02d ;
3939}
4040
4141.button--grey {
4242 display : inline-block ;
4343 border-radius : 4px ;
44- border : 1px solid #35495e ;
45- color : #35495e ;
44+ border : 1px solid #ecc02d ;
45+ color : #ecc02d ;
4646 text-decoration : none ;
4747 padding : 10px 30px ;
4848 margin-left : 15px ;
4949}
5050
5151.button--grey :hover {
5252 color : #fff ;
53- background-color : #35495e ;
53+ background-color :#ecc02d ;
5454}
5555 </style >
You can’t perform that action at this time.
0 commit comments