fix: minor style fix

This commit is contained in:
Matthieu Bessat 2024-03-06 09:08:56 +01:00
parent a6a9adf673
commit b7c6df59ed
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
.alert {
border: 2px solid $accent;
background-color: darken($accent, 10%);
color: white;
// background-color: $accent-dark;
// color: white;
border-radius: 3px;
padding: 1rem 2rem;

View file

@ -24,6 +24,10 @@
}
}
.button-border {
border: 1px solid $accent-dark;
}
.button.button-transparent {
background-color: transparent;