change form css

This commit is contained in:
florian 2025-09-04 14:42:09 +02:00
parent bb93e3e47c
commit c43d2839ac
2 changed files with 4 additions and 6 deletions

View File

@ -16,5 +16,3 @@ async function loadHeaderFooter() {
console.error('Error loading header/footer:', error);
}
}
loadHeaderFooter();

View File

@ -273,7 +273,7 @@ main {
padding: 10px;
border-radius: 5px;
border: none;
background-color: #C99CCF30;
background-color: #9ccdcf30;
color: white;
font-size: 16px;
margin-bottom: 10px;
@ -284,7 +284,7 @@ main {
padding: 10px 20px;
border-radius: 5px;
border: none;
background-color: #C99CCF;
background-color: #9ccfcd;
color: white;
font-size: 16px;
cursor: pointer;
@ -292,7 +292,7 @@ main {
transition: background-color 0.3s ease-in-out;
&:hover {
background-color: #A37FB1;
background-color: #7fb1ae;
/* Couleur au survol */
}
}