Add landmark for the cookie banner and update its links color (#25823)

* Update cookie banner link color

* Add landmark for the cookie banner

GitOrigin-RevId: 9500cdfd7ddacbc2442680ed477ca1ac793720f7
This commit is contained in:
Rebeka Dekany
2025-05-28 12:48:51 +02:00
committed by Copybot
parent c8d4b644bf
commit 9f821b4cfa
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
.cookie-banner.hidden-print.hidden
section.cookie-banner.hidden-print.hidden(aria-label="Cookie banner")
.cookie-banner-content We only use cookies for essential purposes and to improve your experience on our site. You can find out more in our <a href="/legal#Cookies">cookie policy</a>.
.cookie-banner-actions
button(type="button" class="btn btn-link btn-sm" data-ol-cookie-banner-set-consent="essential") Essential cookies only
button(type="button" class="btn btn-primary btn-sm" data-ol-cookie-banner-set-consent="all") Accept all cookies
button(type="button" class="btn btn-primary btn-sm" data-ol-cookie-banner-set-consent="all") Accept all cookies
@@ -395,6 +395,11 @@ footer.site-footer {
white-space: nowrap;
padding-top: var(--spacing-00);
}
.cookie-banner-content a,
.cookie-banner-actions .btn-link {
color: var(--link-ui);
}
}
}