diff --git a/public/scripts/common.js b/public/scripts/common.js index f010964..4cf68e6 100644 --- a/public/scripts/common.js +++ b/public/scripts/common.js @@ -15,6 +15,4 @@ async function loadHeaderFooter() { } catch (error) { console.error('Error loading header/footer:', error); } -} - -loadHeaderFooter(); \ No newline at end of file +} \ No newline at end of file diff --git a/public/styles/common.css b/public/styles/common.css index e3682ad..6b75486 100644 --- a/public/styles/common.css +++ b/public/styles/common.css @@ -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 */ } }