diff --git a/index.html b/index.html index 30dadbfbb..9fdaadbb1 100644 --- a/index.html +++ b/index.html @@ -282,46 +282,36 @@ border-bottom-color: #A30F17; } - #cookie-consent button { - padding: 5px 10px; - border-radius: 5px; - cursor: pointer; - display: none; - } - + .accept-cookies { - width: 280px; - height: 40px; - color: white; - background-color: #A30F17; - } - .reject-cookies { - margin-top: 10px; - padding-top: 5px; - height: 40px; - width: 280px; - color: white; - background-color: #A30F17; + width: 280px; + height: 40px; + color: white; + background-color: #A30F17; +} +.reject-cookies { + margin-top: 10px; + padding-top: 5px; + height: 40px; + width: 280px; + color: white; + background-color: #A30F17; +} - } - #accept-cookies:hover, #reject-cookies:hover { - transform: scale(0.9); - box-shadow: 0 0 20px rgb(249, 212, 212); - } - .accept-cookies:hover { - width: 280px; - height: 40px; - background-color: white; - color: red; - } +.accept-cookies:hover, .reject-cookies:hover { + transform: scale(0.9); + box-shadow: 0 0 20px rgb(249, 212, 212); +} - .reject-cookies:hover{ - margin-top: 10px; - height: 40px; - width: 280px; - background-color: white; - color: red; - } +.accept-cookies:hover { + background-color: white; + color: red; +} + +.reject-cookies:hover { + background-color: white; + color: red; +} #back-to-top-container { position: fixed; @@ -368,79 +358,39 @@
-