Skip to content

Commit cb74627

Browse files
authored
Merge pull request #1 from zaiinhs/zain
Update the screen display
2 parents 3d50e33 + 9ddae23 commit cb74627

File tree

5 files changed

+12678
-26
lines changed

5 files changed

+12678
-26
lines changed

Diff for: assets/logo.png

38.2 KB
Loading

Diff for: layouts/default.vue

+6-6
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)