nettoyage custom.css cookies

This commit is contained in:
Deltacms 2023-12-12 18:45:55 +01:00
parent 7b60e5d807
commit ab0a48b03c
1 changed files with 0 additions and 14 deletions

View File

@ -155,28 +155,14 @@ figure.image figcaption {
/* Consentement aux cookies */
/*
#cookieConsent {
width: 80%;
color: #FFF;
background: #212223;
opacity: 0.9;
}
#cookieConsent a{
color : yellow;
}
#cookieConsent h3{
color : red;
}
#cookieConsentConfirm {
background: rgba(0,0,255,1);
color: rgba(255,255,255,1);
}
#cookieConsentConfirm:hover {
background: rgba(0,50,255,1);
color: rgba(255,255,255,1);
}
*/