fix(landing): various style corrections and add credit

This commit is contained in:
Matthieu Bessat 2024-03-09 14:25:14 +01:00
parent 1e09fe04f4
commit d98bb13411
9 changed files with 142 additions and 82 deletions

View file

@ -24,15 +24,18 @@
}
}
.button-border {
.button.button-border {
border: 1px solid $accent-dark;
}
.button.button-transparent {
background-color: transparent;
background-color: rgba(255, 255, 255, 0.1);
color: white;
border: 1px solid white;
&:hover {
background-color: transparent;
opacity: 0.5;
color: white;
}
}