#issue-19 Amélioration des contrastes

This commit is contained in:
Damien Broqua 2022-02-23 11:33:57 +01:00
parent bd590d7a75
commit c92f465003
6 changed files with 15 additions and 9 deletions

View file

@ -14,12 +14,12 @@
border-radius: 0.375rem;
&.is-danger {
background-color: #f14668;
background-color: #d73455;
border-color: transparent;
color: #fff;
&:hover {
background-color: #f03a5f;
background-color: #d70933;
border-color: transparent;
color: #fff;
}
@ -38,12 +38,12 @@
}
&.is-primary {
background-color: #48c78e;
background-color: #2d7c58;
border-color: transparent;
color: #fff;
&:hover {
background-color: #3ec487;
background-color: #267953;
}
}
}