forked from kofal.net/zmk
Update landing page content and style
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
text-align: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background: linear-gradient(150deg, #026fc5, #7929d2);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 966px) {
|
||||
@@ -18,6 +20,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.getStarted {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.getStarted:hover {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user