redirection good

This commit is contained in:
Olivier PARPAILLON
2024-11-19 14:01:57 +01:00
parent 8ddbf9c5d6
commit 5744d77e70
5 changed files with 32 additions and 11 deletions

View File

@@ -39,4 +39,22 @@ footer {
.star.text-yellow-500 {
color: gold;
}
.bgRegisterText {
color: #333333;
}
.bgRegister {
background-color: #A3D9B1;
}
.btnRegister {
background-color: #FF6F61;
border-color: #C8504C;
}
.btnRegister:hover {
background-color: rgb(218, 76, 93);
border-color: #FF6F61;
}