fix(landing): various style corrections and add credit
This commit is contained in:
parent
bdffe13bab
commit
090c1b220f
9 changed files with 142 additions and 82 deletions
|
|
@ -43,32 +43,6 @@ a:hover {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
.secondary-bg {
|
||||
h2 {
|
||||
color: white;
|
||||
}
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
color: white;
|
||||
|
||||
.button {
|
||||
background-color: $background-secondary;
|
||||
color: white;
|
||||
&:hover {
|
||||
background-color: lighten($background-secondary, 14%);
|
||||
}
|
||||
}
|
||||
|
||||
background-color: darken($background-secondary, 15%);
|
||||
}
|
||||
|
||||
.separation-section {
|
||||
margin-top: 3rem;
|
||||
padding: 1.2rem 0;
|
||||
}
|
||||
|
||||
.w-100 {
|
||||
width: 100px;
|
||||
}
|
||||
|
|
@ -197,3 +171,19 @@ figure {
|
|||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-twitter {
|
||||
fill: lighten(#0C72B7, 20%) !important;
|
||||
}
|
||||
|
||||
.icon-mastodon {
|
||||
fill: lighten(#5C4CE2, 20%) !important;
|
||||
}
|
||||
|
||||
.icon-youtube {
|
||||
fill: lighten(#FF1A1A, 15%) !important;
|
||||
}
|
||||
|
||||
.icon-facebook {
|
||||
fill: lighten(#0866FF, 20%) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue