We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d50e33 + 9ddae23 commit cb74627Copy full SHA for cb74627
5 files changed
assets/logo.png
38.2 KB
layouts/default.vue
@@ -27,29 +27,29 @@ html {
27
.button--green {
28
display: inline-block;
29
border-radius: 4px;
30
- border: 1px solid #52A2F3;
31
- color: #52A2F3;
+ border: 1px solid#ecc02d;
+ color: #ecc02d;
32
text-decoration: none;
33
padding: 10px 30px;
34
}
35
36
.button--green:hover {
37
color: #fff;
38
- background-color: #52A2F3;
+ background-color: #ecc02d;
39
40
41
.button--grey {
42
43
44
- border: 1px solid #35495e;
45
- color: #35495e;
46
47
48
margin-left: 15px;
49
50
51
.button--grey:hover {
52
53
- background-color: #35495e;
+ background-color:#ecc02d;
54
55
</style>
0 commit comments