Skip to content

Commit

Permalink
Ajoute un effet au survol des boutons de la page d'accueil
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed Apr 19, 2024
1 parent 11dc27d commit 0c5352d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/sass/accueil.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
padding: 1rem 1.5rem;
border-radius: 2rem;
text-decoration: none;
border: 2px solid $bleu;
}

a:hover {
color: $bleu;
background-color: white;
}
}
}
Expand Down

0 comments on commit 0c5352d

Please sign in to comment.