Ajout de la possibilité de se déconnecter

This commit is contained in:
stiti
2024-05-25 03:22:57 +02:00
parent 308e48052a
commit 0fe46ae2fb
3 changed files with 7 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ body {
.btn-inscription {
background-color: rgb(181, 15, 232);
}
.btn-deconnexion {
background-color: rgb(181, 15, 232);
}
.nav-buttons a:hover {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}