diff --git a/demineur.html b/demineur.html index de68c9e..3eda214 100644 --- a/demineur.html +++ b/demineur.html @@ -31,15 +31,15 @@
- - +
- + + + diff --git a/demineur.js b/demineur.js index 6cd433d..26c64b5 100644 --- a/demineur.js +++ b/demineur.js @@ -75,7 +75,7 @@ function cookie(){ // Fonction pour fermer la pop-up close_popup_button.addEventListener('click', () => { - // setCookie('cookiesAccepted', 'true', 1); // Stocke l'acceptation pendant 1 jour + setCookie('cookiesAccepted', 'true', 1); // Stocke l'acceptation pendant 1 jour popup.classList.remove('show'); }); diff --git a/style.css b/style.css index 680841c..6f1c646 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,7 @@ } #body_demineur{ - background-color: rgba(128, 128, 128, 0.544); + background-color: #007BFF; margin: 0; @@ -24,6 +24,7 @@ border-width: 2px; border-style: double; width: 49%; + background-color: #fff; }