feat: animation landing page + style button + uniform ul header and footer

This commit is contained in:
Matthieu Bessat 2023-04-10 21:55:40 +02:00
parent a63ce4c28c
commit b2e075a2cf
11 changed files with 94 additions and 42 deletions

View file

@ -26,6 +26,8 @@ h1, h2, h3, .title {
h1 {
font-size: 3rem;
color: $secondary;
margin-top: 3rem;
margin-bottom: 1rem;
}
h2 {
@ -34,7 +36,7 @@ h2 {
}
a {
color: $accent;
color: darken($accent, 6%);
}
a:hover {
@ -42,18 +44,27 @@ a:hover {
}
.separation-section {
background-color: darken($background-secondary, 0%);
padding: 1.2rem 0;
.secondary-bg {
h2 {
color: white;
}
a {
color: white;
}
color: white;
.button {
background-color: white;
color: $accent;
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;
}